RE: Auto starting iptables

2001-11-23 Thread Stefan Srdic
-- From: Tzafrir Cohen[SMTP:[EMAIL PROTECTED] Sent: Friday, November 23, 2001 12:23 PM To: Lance Levsen Cc: John Mautz; debian-firewall@lists.debian.org; debian-user@lists.debian.org Subject:Re: Auto starting iptables On Thu, 22 Nov 2001, Lance Levsen wrote

Re: Auto starting iptables

2001-11-23 Thread Tzafrir Cohen
On Thu, 22 Nov 2001, Lance Levsen wrote: > make an iptables script in /etc/init.d/iptables > chmod 755 this file > > run $ update-rc.d iptables defaults 10 (not sure about this > syntax, read the manpage.) Note, however, that this script will be called again before you shut down the computer (sin

Re: Auto starting iptables

2001-11-22 Thread Lance Levsen
make an iptables script in /etc/init.d/iptables chmod 755 this file run $ update-rc.d iptables defaults 10 (not sure about this syntax, read the manpage.) Cheers, -- Lance Levsen, Systems Administrator, PWGroup - Saskatoon

Auto starting iptables

2001-11-22 Thread John Mautz
Hi, I've read 95% of the HOWTO's for iptables and I've done a limited search of the archives, but I don't see what I'm looking for. How do I start my rc.firewall script at boot time. I notices a S10ipchains, but there is no S10iptables. Has anyone modified S10ipchains to support iptables? or wh