installation on the same host with Netbox #12
Replies: 2 comments
-
I use a dockerized version of netbox, therefore I would use the actual IP
(or IP:port if not using port 80/443) within the var.ini. You really can
use either, but if you are communicating container to container, you would
always have them communite using the host IP, not localhost. The traffic
uses the TCP/IP stack for transmission regardless of whether you use IP,
127.0.0.1, or localhost, but only you would know the appropriate config
based on whether you are using natively installed applications or
containerized applications.
…On Thu, Jan 23, 2025, 4:53 PM Artur Lorek ***@***.***> wrote:
Hi;
I read in your WiKi that it is recommended to have these scripts on a
separate box to Netbox installation. yet I understand it is only
recommended, not mandatory. In case of havin them on the same host - would
I point in the var.ini to http://127.0.0.1 for netbox url or shall the
actual IP of the host be used instead of the localhost / loopback address ??
Please advise
Artur
—
Reply to this email directly, view it on GitHub
<#12>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZGHQSBRFD53RKPPNFQ2CZD2MFQERAVCNFSM6AAAAABVYK5L2CVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXHA3DGNZYGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LoH-lu
-
I can confirm that, from a security standpoint, it's best to run this script on a separate server. The answer from @lukify85 is excellent and should address your concerns. I hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi;
I read in your WiKi that it is recommended to have these scripts on a separate box to Netbox installation. yet I understand it is only recommended, not mandatory. In case of havin them on the same host - would I point in the var.ini to http://127.0.0.1 for netbox url or shall the actual IP of the host be used instead of the localhost / loopback address ??
Please advise
Artur
Beta Was this translation helpful? Give feedback.
All reactions