标签:
iptables -A ( INPUT OUTPUT ) -s 192.1680.1.200 -p ( TCP UDP ICMP ) -i ( eth0 eth1 ) ( --dport --sport ) 80 -j (ACCEPT DROP)
iptables -t nat -A PREROUTING ......
查看本机关于NAT的设置情况
dd
标签:
原文地址:http://www.cnblogs.com/hanggegege/p/5929158.html