Hi guys,
I've had a try at defining an IP range in the Zabbix Agent config, and while the agent restarts OK, I am unable to connect from an IP within that range.
Example:-
Server=10.247.122.0/24
If I try and connect, even just a simple telnet I get the following in the agent log file:-
Does anyone know if this is even supported?
Thanks in advance!
I've had a try at defining an IP range in the Zabbix Agent config, and while the agent restarts OK, I am unable to connect from an IP within that range.
Example:-
Server=10.247.122.0/24
If I try and connect, even just a simple telnet I get the following in the agent log file:-
Code:
failed to accept an incoming connection: connection from "10.247.122.21" rejected, allowed hosts: "10.247.122.0/24"
Thanks in advance!
Comment