after inserting your rules, as root run the following command: /etc/init.d/iptables save
On Thursday 19 October 2006 17:42, [EMAIL PROTECTED] wrote: > I'm not trying to change the subject but I have a question related to > this, > > I want to use my Linux machine (ADSL connection) as a gateway for my > other WinXP machine, and I was able to configure iptables to allow > packet Forwarding and Masquerading using rules like this: > ipchains -A forward -s 192.168.10.0/24 -j MASQ > ipchains -A forward -i ppp0 -j MASQ > it works fine but the question is how can I make this permanent, I > don't want to type the commands everytime I reboot the machine. >... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Jolug" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups-beta.google.com/group/Jolug -~----------~----~----~----~------~----~------~--~---

