このガイドを使用して、2台のPC間で共有インターネット接続をセットアップしています。
で、ステップ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
それは正しいですか、何か間違っていますか?