Странная вещь. Взял выделенный сервер у hetzner. CentOS 6.9. Поставил апач, nginx. Все запустилось. НО 80 порт закрыт. Телнет не проходит. Selinux выключен. В iptables порт открыт. tcpdump 80 порта ничего "не ловит". Локально телнет на 80й проходит без проблем.
Заранее благодарен
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:30865
ACCEPT tcp -- anywhere anywhere tcp dpt:mysql
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- slave anywhere tcp /* Access to host from slave */
ACCEPT udp -- slave anywhere udp /* Access to host from slave */
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- anywhere anywhere
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:https
Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
Chain OUTPUT (policy ACCEPT)
target prot opt source destination