Show pagesourceBacklinksBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditRecent ChangesSend via e-MailPrintPermalink × Open Port Login as root, then iptables -I INPUT -p tcp -m tcp --dport 80 -j ACCEPT This code open a tcp 80 port for the machine. For udp try -p udp -m udp Do not forget to save the work by iptables-save iptables/open_port.txt Last modified: 2020/03/20 00:53by chongtin