@
jasontse root@life:~# iptables -t nat -nvL
Chain PREROUTING (policy ACCEPT 1999 packets, 129K bytes)
pkts bytes target prot opt in out source destination
1999 129K prerouting_rule all -- * * 0.0.0.0/0 0.0.0.0/0
1936 123K zone_lan_prerouting all -- br-lan * 0.0.0.0/0 0.0.0.0/0
Chain INPUT (policy ACCEPT 995 packets, 63942 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 898 packets, 58649 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 1655 packets, 88929 bytes)
pkts bytes target prot opt in out source destination
1655 88929 postrouting_rule all -- * * 0.0.0.0/0 0.0.0.0/0
758 30621 zone_lan_nat all -- * br-lan 0.0.0.0/0 0.0.0.0/0
Chain postrouting_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_lan (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_wan (1 references)
pkts bytes target prot opt in out source destination
Chain zone_lan_nat (1 references)
pkts bytes target prot opt in out source destination
Chain zone_lan_prerouting (1 references)
pkts bytes target prot opt in out source destination
1936 123K prerouting_lan all -- * * 0.0.0.0/0 0.0.0.0/0
Chain zone_wan_nat (0 references)
pkts bytes target prot opt in out source destination
0 0 MASQUERADE all -- * * 0.0.0.0/0 0.0.0.0/0
Chain zone_wan_prerouting (0 references)
pkts bytes target prot opt in out source destination
0 0 prerouting_wan all -- * * 0.0.0.0/0 0.0.0.0/0
root@life:~#