First time here? Check out the FAQ!
answered 2018-07-09 02:15:58 -0600
ip netns exec qrouter-xxxx bash
iptables -xnvL
will show all the rules but nat
iptables -xnvL -t nat
will show all including the NAT.