Hi,
From one day to another the link http://IP:8086/connectioncounts AND http://IP:8086/serverinfo stop working.
I am sure the is no port blocked or firewall…
I don´t know what to do!
Wowza Media Server 3 Monthly Edition 3.1.2 build1624
Any tips?
Here is some info from server:
Starting Nmap 5.51 ( http://nmap.org ) at 2014-09-10 01:49 CDT
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000080s latency).
rDNS record for 127.0.0.1: localhost.localdomain
Not shown: 961 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
80/tcp open http
110/tcp open pop3
143/tcp open imap
443/tcp open https
554/tcp open rtsp
587/tcp open submission
783/tcp open spamassassin
843/tcp open unknown
993/tcp open imaps
995/tcp open pop3s
1007/tcp open unknown
1021/tcp open exp1
1022/tcp open exp2
1045/tcp open fpitp
1046/tcp open wfremotertm
1065/tcp open syscomlan
1066/tcp open fpo-fns
1073/tcp open bridgecontrol
1074/tcp open warmspotMgmt
1079/tcp open asprovatalk
1080/tcp open socks
1935/tcp open rtmp
2001/tcp open dc
2002/tcp open globe
3006/tcp open deslogind
3007/tcp open lotusmtap
3306/tcp open mysql
4006/tcp open pxc-spvr
8000/tcp open http-alt
8001/tcp open vcom-tunnel
8083/tcp open us-srv
8100/tcp open xprint-server
9502/tcp open unknown
10000/tcp open snet-sensor-mgmt
20000/tcp open dnp
Nmap done: 1 IP address (1 host up) scanned in 0.13 seconds
I do:
[root@live local]# iptables -I INPUT -p tcp --dport 8086 --syn -j ACCEPT
[root@live local]# iptables -I INPUT -p udp --dport 8086 -j ACCEPT
[root@live local]# service iptables save
Opening /proc/modules: No such file or directory
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]
And:
[root@live local]# /etc/init.d/iptables stop
Opening /proc/modules: No such file or directory
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: raw nat mangle f[ OK ]
iptables: Unloading modules: Opening /proc/modules: No such file or directory
grep: /proc/modules: No such file or directory
Opening /proc/modules: No such file or directory
grep: /proc/modules: No such file or directory
Opening /proc/modules: No such file or directory
grep: /proc/modules: No such file or directory
Opening /proc/modules: No such file or directory
grep: /proc/modules: No such file or directory
Thanks you.