Answers for "show iptables rule in unbuntu"

1

iptables list ubuntu

sudo iptables -L --line-numbers
Posted by: Guest on March-11-2021
0

ubuntu iptables add rule

sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
Posted by: Guest on September-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language