Я использую AWS Ubuntu Instance и пытаюсь открыть порт 8080. Это мои настройки "Группы безопасности":
Я добавил порт 8080 в iptables
sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:http-alt
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Брандмауэр отключен
sudo ufw status verbose
Status: inactive
Nmap:
nmap localhost
Starting Nmap 7.60 ( https://nmap.org ) at 2020-05-04 17:10 UTC
Nmap scan report for localhost (127.0.0.1)
Host is up (0.00012s latency).
Not shown: 999 closed ports
PORT STATE SERVICE
22/tcp open ssh
Включен только порт 22 (S SH). У вас есть идеи, как я могу открыть порт 8080?