Answers for "open port in iptables from specific ip"

4

iptables open port

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

Browse Popular Code Answers by Language