Juniper / open-nti

Open Network Telemetry Collector build with open source tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple IP Addresses on Server

mnanduri opened this issue · comments

If you have multiple IP addresses on open-nti running server, is there a way to specify which source interface/ip address to use?

Hi ,

you mean to specify inside OC telegraf file a source ip address ?

Any ideas?

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

Hi @ mnanduri

At this time it is not supported. I'm exploring some approaches so I'll keep you informed.

Regards

Pablo

Any update/ideas on this?