Hello, first of all I want to thank you for this forum to solve this question.
I have implemented zabbix server version 6.0 and it works perfectly in my local network monitoring both routers and end devices with sending reports to my Gmail without any problem.
Now I would like to know how I can monitor a device from another network with my zabbix server, so I was recommended to use zabbix proxy of the same version of zabbix server (6.0) as an intermediary, I implemented it on a laptop with centos 8 and it was installed.
But it turns out that as they are 2 different networks they don't have connectivity between them:
-------------------------------------------------------------------------------------------------
Zabbix server: 192.168.0.147 (Static)
Zabbix Proxy: 192.168.43.128 (It is the address of another network)
-------------------------------------------------------------------------------------------------
In zabbix proxy I did a tail -f /var/log/zabbix/zabbix/zabbx_proxy.log to see the connectivity and I get this:
Unable to connect to 192.168.0.147:10051 [Cannot connect to [[192.168.0.147]:10051]: [4] Interrumpet system call
Unable to connect....
It should be noted that on both ports 10050 and 10051 are enabled and on the router as well.
My question is:
Is it necessary to establish a vpn between the zabbix proxy and server?
How can both communicate if they are on different networks?
Add an ip route?
Zabbix server must be with public ip so that they can communicate?
Thank you in advance for your time.
I have implemented zabbix server version 6.0 and it works perfectly in my local network monitoring both routers and end devices with sending reports to my Gmail without any problem.
Now I would like to know how I can monitor a device from another network with my zabbix server, so I was recommended to use zabbix proxy of the same version of zabbix server (6.0) as an intermediary, I implemented it on a laptop with centos 8 and it was installed.
But it turns out that as they are 2 different networks they don't have connectivity between them:
-------------------------------------------------------------------------------------------------
Zabbix server: 192.168.0.147 (Static)
Zabbix Proxy: 192.168.43.128 (It is the address of another network)
-------------------------------------------------------------------------------------------------
In zabbix proxy I did a tail -f /var/log/zabbix/zabbix/zabbx_proxy.log to see the connectivity and I get this:
Unable to connect to 192.168.0.147:10051 [Cannot connect to [[192.168.0.147]:10051]: [4] Interrumpet system call
Unable to connect....
It should be noted that on both ports 10050 and 10051 are enabled and on the router as well.
My question is:
Is it necessary to establish a vpn between the zabbix proxy and server?
How can both communicate if they are on different networks?
Add an ip route?
Zabbix server must be with public ip so that they can communicate?
Thank you in advance for your time.
Comment