On Fri, 19 Apr 2002, Donald Thompson wrote:
> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Changing this to: iptables -t nat -A POSTROUTING -s 192.168.0.0/255.255.255.0 -o eth0 -j MASQUERADE Did the trick. Thanks! -Don
On Fri, 19 Apr 2002, Donald Thompson wrote:
> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Changing this to: iptables -t nat -A POSTROUTING -s 192.168.0.0/255.255.255.0 -o eth0 -j MASQUERADE Did the trick. Thanks! -Don