Answers for "how to add ports in iptable to access from internet"

4

iptables open port

sudo iptables -A INPUT -p tcp --dport xxxx -j ACCEPT
Posted by: Guest on August-17-2020

Code answers related to "how to add ports in iptable to access from internet"

Browse Popular Code Answers by Language