How to Show All NAT Tables Rules IPTABLES

How to Show All NAT Tables Rules IPTABLES iptables -t nat -L iptables -t nat -L -n -v | grep ‘something’ iptables -t nat -L -n -v The netstat-nat command display the natted connections on a Linux iptable firewall yum install netstat-nat # netstat-nat -n To display SNAT connections, run: # netstat-nat -S To display … Read more