I've just downloaded Zabbix Appliance on ISO format and installed it successfully on VirtualBox.
The server, agent and frontend processes are running as expected at this host machine addressed by DHCP to IP 192.168.233.129.
When issuing internally a netstat -ntpl, there are processes listening to these TCP ports (local: 0.0.0.0:XXXX, foreign: 0.0.0.0:*):
However, I would like to invoke zabbix_sender from an outer host, i.e. my actual workstation, outside VirtualBox.
SSH connection works successfully to this host virtual machine, but Zabbix server doesn't seem to even receive TCP requests (a timeout is reached).
I tried to modify the parameter ListenIP to "0.0.0.0" on /etc/zabbix/zabbix-server.conf and restarting the service, but nothing happened...
Please, is there any other setting or tricky stuff I'd still missing?
Best Regards,
Rodrigo Hjort
SERPRO/CETEC/Curitiba
The server, agent and frontend processes are running as expected at this host machine addressed by DHCP to IP 192.168.233.129.
When issuing internally a netstat -ntpl, there are processes listening to these TCP ports (local: 0.0.0.0:XXXX, foreign: 0.0.0.0:*):
- 22 (sshd)
- 111 (rpcbind)
- 3306 (mysqld)
- 10050 (zabbix-agent)
- 10051 (zabbix-server)
However, I would like to invoke zabbix_sender from an outer host, i.e. my actual workstation, outside VirtualBox.
SSH connection works successfully to this host virtual machine, but Zabbix server doesn't seem to even receive TCP requests (a timeout is reached).
I tried to modify the parameter ListenIP to "0.0.0.0" on /etc/zabbix/zabbix-server.conf and restarting the service, but nothing happened...
Please, is there any other setting or tricky stuff I'd still missing?
Best Regards,
Rodrigo Hjort
SERPRO/CETEC/Curitiba

Comment