Hi!
Due to security issues i have to change the default communication Ports.
On Zabbix-Server is changed:
zabbix_agentd.conf:ServerPort=10510
zabbix_agentd.conf:ListenPort=10500
zabbix_server.conf:ListenPort=10510
zabbix.conf.php:$ZBX_SERVER_PORT = "10510";
On Zabbix-Agent's is changed:
zabbix_agentd.conf:ServerPort=10510
zabbix_agentd.conf:ListenPort=10500
All processes (httpd, zabbix, zabbix-agent) restarted.
But zabbix-server still uses Port 10050 to connect the agents.
Some Ideas ?
Regards Marcus
Due to security issues i have to change the default communication Ports.
On Zabbix-Server is changed:
zabbix_agentd.conf:ServerPort=10510
zabbix_agentd.conf:ListenPort=10500
zabbix_server.conf:ListenPort=10510
zabbix.conf.php:$ZBX_SERVER_PORT = "10510";
On Zabbix-Agent's is changed:
zabbix_agentd.conf:ServerPort=10510
zabbix_agentd.conf:ListenPort=10500
All processes (httpd, zabbix, zabbix-agent) restarted.
But zabbix-server still uses Port 10050 to connect the agents.
Some Ideas ?
Regards Marcus

Comment