ss смотрел, порт висит на nginx
root@sad763e5f:~# ss -pt state listening 'sport = :80'
Recv-Q Send-Q Local Address:Port Peer Address:Port
0 128 5.45.133.191:http 0.0.0.0:*
netstat тоже
root@sad763e5f:~# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 24442/sshd
tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN 23509/nginx: worker
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 24286/exim4
tcp 0 0 127.0.0.1:5501 0.0.0.0:* LISTEN 24321/fastpanel
tcp 0 0 0.0.0.0:7777 0.0.0.0:* LISTEN 23509/nginx: worker
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 23963/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 23963/dovecot
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 24286/exim4
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 23963/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 23963/dovecot
tcp 0 0 5.x.x.191:80 0.0.0.0:* LISTEN 29237/nginx: master
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 24286/exim4
tcp6 0 0 :::21 :::* LISTEN 24434/proftpd: (acc
tcp6 0 0 :::22 :::* LISTEN 24442/sshd
tcp6 0 0 :::25 :::* LISTEN 24286/exim4
tcp6 0 0 :::993 :::* LISTEN 23963/dovecot
tcp6 0 0 :::995 :::* LISTEN 23963/dovecot
tcp6 0 0 :::587 :::* LISTEN 24286/exim4
tcp6 0 0 :::110 :::* LISTEN 23963/dovecot
tcp6 0 0 :::143 :::* LISTEN 23963/dovecot
tcp6 0 0 :::465 :::* LISTEN 24286/exim4
Что ему еще надо, не пойму (
А блин. кажется понял ))))
netstat показывает, что nginx слушает 5.x.x.191:80, а ip a показывает 185.x.x.8
Это тестовое здание дали мне на время ))