Вот оно, вроде везде ACCEPT :
[more]# iptables -nvL
Chain INPUT (policy DROP 59 packets, 5324 bytes)
pkts bytes target prot opt in out source destination
62 4064 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
16 1833 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 16 packets, 1187 bytes)
pkts bytes target prot opt in out source destination
62 4064 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0
# iptables -t nat -nvL
Chain PREROUTING (policy ACCEPT 119 packets, 11623 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 43 packets, 2742 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 43 packets, 2742 bytes)
pkts bytes target prot opt in out source destination
0 0 DNAT all -- * * 0.0.0.0/0 66.102.13.91 to:127.0.0.2
[/more]
[more]# iptables -nvL
Chain INPUT (policy DROP 59 packets, 5324 bytes)
pkts bytes target prot opt in out source destination
62 4064 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
16 1833 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 16 packets, 1187 bytes)
pkts bytes target prot opt in out source destination
62 4064 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0
# iptables -t nat -nvL
Chain PREROUTING (policy ACCEPT 119 packets, 11623 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 43 packets, 2742 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 43 packets, 2742 bytes)
pkts bytes target prot opt in out source destination
0 0 DNAT all -- * * 0.0.0.0/0 66.102.13.91 to:127.0.0.2
[/more]