Greetings all
Little bit of background
I have a Zabbix server hosted in AWS with a security group that allows 10051 traffic and internal ip 192.x.x.x with internet breakout.
I have a Zabbix proxy in office running on a VPN that allows me to connect to my AWS resources with internal ip 10.x.x.x.
From the proxy I can telnet to my server on 10051 and I receive the standard connected to .... message
So as far as I can tell my proxy can send traffic to the server which it should
Tailing the proxy logs I get the following:
Unable to connect to the server [servername] :10051 [cannot connect to [[ servername ]]:10051]: [4] Interrupted system call]
Still unable to connect...
Unable to connect to the server [servername] :10051 [cannot connect to [[ servername ]]:10051]: [4] Interrupted system call]
Still unable to connect...
In my proxy.conf I have the following set:
ProxyMode=0
Server=servername
ServerPort=10051
Hostname=myproxyhostname
SourceIP=the ip of my zabbix proxy 10.x.x.x
On the Zabbix Frontend
My proxy is set to Active
I have set the name to myproxyhostname (the same as in my proxy config)
And the IP as the same as my source IP
I am honestly at a loss here, AFAIK and see everything is setup correctly. From my understanding the proxy is there to act as a "gateway" to send traffic to your zabbix server so its only necessary for my proxy to be able to connect to my server
Any thoughts or ideas would be welcomed
Please let me know if you require any further information
regards
K
Little bit of background
I have a Zabbix server hosted in AWS with a security group that allows 10051 traffic and internal ip 192.x.x.x with internet breakout.
I have a Zabbix proxy in office running on a VPN that allows me to connect to my AWS resources with internal ip 10.x.x.x.
From the proxy I can telnet to my server on 10051 and I receive the standard connected to .... message
So as far as I can tell my proxy can send traffic to the server which it should
Tailing the proxy logs I get the following:
Unable to connect to the server [servername] :10051 [cannot connect to [[ servername ]]:10051]: [4] Interrupted system call]
Still unable to connect...
Unable to connect to the server [servername] :10051 [cannot connect to [[ servername ]]:10051]: [4] Interrupted system call]
Still unable to connect...
In my proxy.conf I have the following set:
ProxyMode=0
Server=servername
ServerPort=10051
Hostname=myproxyhostname
SourceIP=the ip of my zabbix proxy 10.x.x.x
On the Zabbix Frontend
My proxy is set to Active
I have set the name to myproxyhostname (the same as in my proxy config)
And the IP as the same as my source IP
I am honestly at a loss here, AFAIK and see everything is setup correctly. From my understanding the proxy is there to act as a "gateway" to send traffic to your zabbix server so its only necessary for my proxy to be able to connect to my server
Any thoughts or ideas would be welcomed
Please let me know if you require any further information
regards
K
Comment