After installing Linux Agent in CentOS VM virtual host, I recieve the following message in Zabbix server:
from the log showing services are running:
This is my iptables configuration and me turning it off to see if its the problem:
parts of .conf
Hostname is CentOS6 on server and ip addresses are correct. I have a Windows agent installed on another vm and it is successfully communicating.
IP for server: 10.1.68.110
IP for CentOS: 10.1.68.105
24 bit masks. I can ping
and ssh.
Any help would be appreciated. I'm at a loss.
Thanks!
Received empty response from Zabbix Agent at [10.1.68.105]. Assuming that agent dropped connection because of access permissions
15237:20120616:162041.559 Starting Zabbix Agent [Zabbix server]. Zabbix 2.0.0 (revision 27675).
15238:20120616:162041.601 agent #0 started [collector]
15239:20120616:162041.603 agent #1 started[listener]
15240:20120616:162041.604 agent #2 started[listener]
15241:20120616:162041.605 agent #3 started[listener]
15242:20120616:162041.605 agent #4 started [active checks]
15238:20120616:162041.601 agent #0 started [collector]
15239:20120616:162041.603 agent #1 started[listener]
15240:20120616:162041.604 agent #2 started[listener]
15241:20120616:162041.605 agent #3 started[listener]
15242:20120616:162041.605 agent #4 started [active checks]
[root@localhost ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTAB LISHED
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:s sh
ACCEPT tcp -- 10.1.68.110 anywhere tcp dpt:zabbix-agen t
REJECT all -- anywhere anywhere reject-with icmp-ho st-prohibited
Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-ho st-prohibited
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[root@localhost ~]# service iptables stop
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: nat mangle filte[ OK ]
iptables: Unloading modules: [ OK ]
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTAB LISHED
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:s sh
ACCEPT tcp -- 10.1.68.110 anywhere tcp dpt:zabbix-agen t
REJECT all -- anywhere anywhere reject-with icmp-ho st-prohibited
Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-ho st-prohibited
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[root@localhost ~]# service iptables stop
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: nat mangle filte[ OK ]
iptables: Unloading modules: [ OK ]
# Default:
DebugLevel=4
# Default:
# Server=
Server=10.1.68.110
# ServerActive=
ServerActive=10.1.68.110
# Hostname=
Hostname=CentOS6
# Default:
# HostnameItem=system.hostname
DebugLevel=4
# Default:
# Server=
Server=10.1.68.110
# ServerActive=
ServerActive=10.1.68.110
# Hostname=
Hostname=CentOS6
# Default:
# HostnameItem=system.hostname
IP for server: 10.1.68.110
IP for CentOS: 10.1.68.105
24 bit masks. I can ping
[root@localhost ~]# ping 10.1.68.110
PING 10.1.68.110 (10.1.68.110) 56(84) bytes of data.
64 bytes from 10.1.68.110: icmp_seq=1 ttl=64 time=0.782 ms
64 bytes from 10.1.68.110: icmp_seq=2 ttl=64 time=0.323 ms
64 bytes from 10.1.68.110: icmp_seq=3 ttl=64 time=0.280 ms
PING 10.1.68.110 (10.1.68.110) 56(84) bytes of data.
64 bytes from 10.1.68.110: icmp_seq=1 ttl=64 time=0.782 ms
64 bytes from 10.1.68.110: icmp_seq=2 ttl=64 time=0.323 ms
64 bytes from 10.1.68.110: icmp_seq=3 ttl=64 time=0.280 ms
Any help would be appreciated. I'm at a loss.
Thanks!

Comment