Multiple IP Addresses on Server
mnanduri opened this issue · comments
mnanduri commented
If you have multiple IP addresses on open-nti running server, is there a way to specify which source interface/ip address to use?
Pablo Sagrera commented
Hi ,
you mean to specify inside OC telegraf file a source ip address ?
mnanduri commented
Yes and in general how does it figure out which one to use.
…On Fri, Oct 5, 2018 at 2:16 AM psagrera ***@***.***> wrote:
Hi ,
you mean to specify inside OC telegraf file a source ip address ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#243 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcT0O74pSuKnd0uJZlF-0boxc-jWKX4fks5uhvlNgaJpZM4XAzMe>
.
mnanduri commented
Any ideas?
brahmastra2016 commented
try this ...
make change under opennti.prama file and specify the ip address to bind to.
Example:
From:
export LOCAL_PORT_INFLUXDB_API=8086
To:
export LOCAL_PORT_INFLUXDB_API=1.1.1.1:8086
mnanduri commented
Will try it out but not sure this does what I am looking for. I want
open-nti to use a specific IP address to source when it communicates with
the router.
Say 1.1.1.1 and 2.2.2.2 are the IP addresses assigned to the host. I want
to use 2.2.2.2 to be used to communicate with the routers.
…On Wed, Oct 10, 2018 at 3:11 PM brahmastra2016 ***@***.***> wrote:
try this ...
make change under opennti.prama file and specify the ip address to bind to.
Example:
From:
export LOCAL_PORT_INFLUXDB_API=8086
To:
export LOCAL_PORT_INFLUXDB_API=1.1.1.1:8086
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#243 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcT0O3meDkqyRmfvUTASu02jkcXnjKWOks5ujkZmgaJpZM4XAzMe>
.
Pablo Sagrera commented
Hi @ mnanduri
At this time it is not supported. I'm exploring some approaches so I'll keep you informed.
Regards
Pablo
mnanduri commented
Thanks Pablo.
Cheers,
-Mohan
…On Tue, Oct 16, 2018 at 6:39 AM psagrera ***@***.***> wrote:
Hi @ mnanduri
At this time it is not supported. I'm exploring some approaches so I'll keep you informed.
Regards
Pablo
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
mnanduri commented
Any update/ideas on this?