Всем привет, такая проблема, что не открыть нужный мне порт (Centos 6). При том условии, что iptables и selinux выключены. К примеру мне нужен 3000. Соответственно nmap показывает: Other addresses for localhost (not scanned): 127.0.0.1 PORT STATE SERVICE 3000/tcp closed ppp Далее использовал уже netstat:
[root@CentOS-68-64-minimal]# netstat -at
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 cloud1:ssh 8.99.21.130.bc.googl:44125 SYN_RECV
tcp 0 0 localhost:postgres *:* LISTEN
tcp 0 0 localhost:smtp *:* LISTEN
tcp 0 40 cloud1:ssh 114.10.221.176:56995 ESTABLISHED
tcp 0 0 *:ssh *:* LISTEN
И таких портов много, не понимаю что их закрывает.Сможете подсказать ошибку мою? Спасибо!