Заметки
Проверить открытые порты
ss -tulpn
Посмотреть последние логи службы
journalctl -u nginx -n 100 --no-pager
Проверить внешний IPv4
curl -4 https://ifconfig.me
Проверить внешний IPv6
curl -6 https://ifconfig.me
ss -tulpn
journalctl -u nginx -n 100 --no-pager
curl -4 https://ifconfig.me
curl -6 https://ifconfig.me