我正在使用本指南在两台PC之间建立共享的Internet连接。
在第8步,它说我应该运行命令:
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
/etc/rc.d/iptables save
/etc/rc.d/iptables start
如果我运行我的输出,这样做似乎对iptable的规则没有影响iptables -nvL
:
Chain INPUT (policy ACCEPT 2223 packets, 2330K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 2272 packets, 277K bytes)
pkts bytes target prot opt in out source destination
那是正确的还是我做错了什么?