Grafana with multiple interfaces

Hello all,

I have a problem:

I installed Grafana on a CentOS 7 machine and it is accessable without any problems.
The server has 3 interfaces.
My problem is, that Grafana is accessable over Interface 1, but my datasources are only accessable over Interface 2. When I try to configure the datasources with the specific IPs I got no connection. I assume that Grafana is using the wrong interface to connect. When I am trying the connection (eg HTTP-Requests via curl) over the console the connection is working without any problems.

Do you have an idea how to resolve this problem?

Thanks and BR Jan

Sorry, my mistake. I found the problem.
I had configured the http_proxy in /etc/sysconfig/grafana-server and forgot to add the new IP to no_proxy.
Now the connection works.

Hi Jpul Can you please explain how did you setup the http_proxy so it can listen on multiple adresses ?