Answer the question
In order to leave comments, you need to log in
How to open a port on ubuntu 16.04?
For the second day I can’t get the port open (25843). I opened it in the router and in the firewall (sudo iptables -A INPUT -p udp --dport 25843 -j A). And when I check through 2ip, it says that the port closed. What am I doing wrong ?
Answer the question
In order to leave comments, you need to log in
In Ubuntu, by default, the firewall does not block anything at all. The allow rule you added to the INPUT chain doesn't affect anything at all. Most likely you configured port forwarding incorrectly...
помимо всего прочего порт должен кто-то слушать
+ UDP порты не сканируются с 2ip
Как написал Владимир для того что бы с другой стороны порт детектился его должен кто-то слушать, ибо соединения не будет. Для того что бы проверить открыт ли порт внутри сети или на удаленном сервере можно использовать nmap, естественно с другой машины. Его нужно устанавливать.nmap -p 25843 {SERVER-IP-or-DNS-NAME}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question