- 论坛徽章:
- 0
|
另:
Chain PREROUTING (policy ACCEPT 83 packets, 7049 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 25 packets, 2066 bytes)
pkts bytes target prot opt in out source destination
0 0 MASQUERADE all -- * eth0 10.0.0.0/24 0.0.0.0/0
0 0 SNAT all -- * eth0 10.0.0.0/24 0.0.0.0/0 to:aa.bb.cc.dd 0 0 MASQUERADE all -- * eth0 10.0.0.0/24 0.0.0.0/0
0 0 SNAT all -- * eth0 10.0.0.0/24 0.0.0.0/0 to:aa.bb.cc.dd
Chain OUTPUT (policy ACCEPT 25 packets, 2066 bytes)
pkts bytes target prot opt in out source destination
这个是iptables -t nat -vnL 的
下面是iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain RH-Firewall-1-INPUT (0 references)
target prot opt source destination |
|