PPPoE Server的NAT設定 - Linux

Table of Contents

你只需要偽裝上網就可以啦~
範例:
iptables -t nat -A POSTROUTING -o ppp(0-9)(外部網卡) -s 192.168.0.0/24 -j MASQUERADE

--

All Comments

David avatarDavid2008-05-18
謝謝你 ^^