Hi all.
I have a problem with preparing Zabbix on CentOS.
I installed zabbix according manual, last the problem that i have it i cant get access to port 10051. I can't find reason. I check all that are possible. OS: centos 6.6 (with kernel 2.6.32-504.8.1.el6.x86_64)
Details:
nmap -sS localhost
Starting Nmap 5.51 ( http://nmap.org ) at 2015-02-02 11:32 MSK
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000080s latency).
Other addresses for localhost (not scanned): 127.0.0.1
Not shown: 996 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
3306/tcp open mysql
cat /etc/services | grep 10051
zabbix-trapper 10051/tcp # Zabbix Trapper
zabbix-trapper 10051/udp # Zabbix Trapper
netstat -tulpn | grep zabbix
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 1298/zabbix_agentd
tcp 0 0 0.0.0.0:10051 0.0.0.0:* LISTEN 1284/zabbix_server
tcp 0 0 :::10050 :::* LISTEN 1298/zabbix_agentd
Firewall(iprtabele service) is off, but for sure:
cat /etc/sysconfig/iptables | grep 10051
-A INPUT -p tcp -m state --state NEW -m tcp --dport 10051 -j ACCEPT
Also for sure
:
service zabbix-server status
zabbix_server (pid 1284) is running...
How you see, nmap does't catch port 10051, I cant understand why. Pleas help me. During two days try to solve this.
Thanks you in advance.
P.S. I am sorry for possible double post.
I have a problem with preparing Zabbix on CentOS.
I installed zabbix according manual, last the problem that i have it i cant get access to port 10051. I can't find reason. I check all that are possible. OS: centos 6.6 (with kernel 2.6.32-504.8.1.el6.x86_64)
Details:
nmap -sS localhost
Starting Nmap 5.51 ( http://nmap.org ) at 2015-02-02 11:32 MSK
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000080s latency).
Other addresses for localhost (not scanned): 127.0.0.1
Not shown: 996 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
3306/tcp open mysql
cat /etc/services | grep 10051
zabbix-trapper 10051/tcp # Zabbix Trapper
zabbix-trapper 10051/udp # Zabbix Trapper
netstat -tulpn | grep zabbix
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 1298/zabbix_agentd
tcp 0 0 0.0.0.0:10051 0.0.0.0:* LISTEN 1284/zabbix_server
tcp 0 0 :::10050 :::* LISTEN 1298/zabbix_agentd
Firewall(iprtabele service) is off, but for sure:
cat /etc/sysconfig/iptables | grep 10051
-A INPUT -p tcp -m state --state NEW -m tcp --dport 10051 -j ACCEPT
Also for sure
:service zabbix-server status
zabbix_server (pid 1284) is running...
How you see, nmap does't catch port 10051, I cant understand why. Pleas help me. During two days try to solve this.
Thanks you in advance.
P.S. I am sorry for possible double post.
Comment