Ad Widget

Collapse

Zabbix Server cannot communicate to Agents: no route to host

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jkang96
    Junior Member
    • Jul 2016
    • 2

    #1

    Zabbix Server cannot communicate to Agents: no route to host

    Hi,

    I have opened up firewalls rules. I have the proper ip's configured where the agent machine is pointed to the zabbix server. I have been able to get one of my machines to work, but some machines don't. Where do I start to get the agent readable through the server on the web interface.

    Regards
  • michael.weber
    Senior Member
    • Nov 2015
    • 121

    #2
    no route to host is a other Problem. can you check the following on your host:
    ping <ip address of Agent>
    and come back with the result?

    Comment

    • jkang96
      Junior Member
      • Jul 2016
      • 2

      #3
      Originally posted by michael.weber
      no route to host is a other Problem. can you check the following on your host:

      and come back with the result?
      Hey

      Here are the results from your request:

      ping 192.168.5.69
      PING 192.168.5.69 (192.168.5.69) 56(84) bytes of data.
      64 bytes from 192.168.5.69: icmp_seq=1 ttl=64 time=0.553 ms
      64 bytes from 192.168.5.69: icmp_seq=2 ttl=64 time=0.209 ms
      64 bytes from 192.168.5.69: icmp_seq=3 ttl=64 time=0.206 ms
      64 bytes from 192.168.5.69: icmp_seq=4 ttl=64 time=0.214 ms
      ^C
      --- 192.168.5.69 ping statistics ---
      4 packets transmitted, 4 received, 0% packet loss, time 3000ms
      rtt min/avg/max/mdev = 0.206/0.295/0.553/0.149 ms

      Comment

      • michael.weber
        Senior Member
        • Nov 2015
        • 121

        #4
        okay now try to Telnet to the Client (Agent) from the Server on the zabbix Agent ip.
        telnet <Agent ip> 10050
        or
        telnet <Agent ip> 10051

        Comment

        Working...