On Monday 20 October 2003 09:55, Kurt V. Hindenburg wrote:
> Why isn't iptables save saving the 'forwarding/masq' part of my
> iptables?  I have to manually run my iptables-rules script to get the
> other machines to have access the Net.
>
> $iptables -t nat -A POSTROUTING -o ppp0 -s 196.168.0.0/3 -j MASQUERADE
>
> The iptables is loaded upon machine boot up; just not the MASQ part.

That's a strange one. What is the contents of /var/lib/iptables/rules-save? 
Just to confirm that it isn't, try it once more. eg:
1) /etc/init.d/iptables restart
2) iptables -t nat -A POSTROUTING -o ppp0 -s 196.168.0.0/3 -j MASQUERADE
3) /etc/init.d/iptables save

BTW don't you actually want 192.168.0.0?

Jason

--
[EMAIL PROTECTED] mailing list

Reply via email to