Answers for "HOW TO TAKE ALL IP TABLES ON A SERVER"

4

iptables open port

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

remove all iptables rules

sudo iptables -F
Posted by: Guest on November-21-2019

Code answers related to "HOW TO TAKE ALL IP TABLES ON A SERVER"

Browse Popular Code Answers by Language