Re: firewall script

2002-04-27 Thread Vidiot
Please do not post HTML e-mail to this list, or any list for that matter. Use firestarter to control the firewall. It is much easier that way. MB > >--020903030805030901060805 >Content-Type: text/plain; charset=us-ascii; format=flowed >Content-Transfer-Encoding: 7bit > >Hi Pramod

Re: firewall script

2002-04-27 Thread Ganeshh
Hi Pramod Try out Iptables, it has better features than ipchains. Enable IP forwarding between the interfaces - remember to disable this if you're going to unload the Iptables rules.   echo "1" > /proc/sys/net/ipv4/ip_forward Load the NAT modules - needed only if you

Re: Firewall script and user permissions

2002-03-12 Thread Mike Burger
Create a link to it in /etc/rc.d/rc3.d and/or /etc/rc.d/rc5.d, calling it something like S99firewallss. The command would be: ln -s /etc/rc.d/init.d/firewallss /etc/rc.d/rc3.d/S99firewallss or ln -s /etc/rc.d/init.d/firewallss /etc/rc.d/rc3.d/S99firewallss Then, you would have your firewall

Re: Firewall script and user permissions

2002-03-12 Thread Ed Wilts
>I have installed a firewall script on redhat7.0 for limiting internet browsing to one domain. Installed >as /etc/rc.d/init.d/firewallss It works perfect, but must be run manually after each boot. Running it >manually I have to be logged in as root. How do I make it run for every user? I wan

Re: Firewall script and user permissions

2002-03-12 Thread Ben Logan
On Tue, Mar 12, 2002 at 10:11:20AM +0100, Paal Marker wrote: > I have installed a firewall script on redhat7.0 for limiting > internet browsing to one domain. Installed as > /etc/rc.d/init.d/firewallss It works perfect, but must be run > manually after each boot. Running it manually I have to be l

Re: Firewall script and user permissions

2002-03-12 Thread Lewi
On Tue, Mar 12, 2002 at 10:11:20AM +0100, Paal Marker wrote: > I have installed a firewall script on redhat7.0 for limiting internet browsing to >one domain. Installed as /etc/rc.d/init.d/firewallss It works perfect, but must be >run manually after each boot. Running it manually I have to be log

Re: Firewall script and user permissions

2002-03-12 Thread Ashwin Khandare
You can make an entry in /etc/rc.d/rc.local for ur script and it would be fired everytime when the system boots. - Original Message - From: Paal Marker To: [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 2:41 PM Subject: Firewall script and user permissions

Re: firewall script question

2001-01-31 Thread Bob Glover
Linda, Why don't you try this. It works for me on eth0, so it ought to work for ppp0 also. I tested it in a script. Be extra careful to get the forward and backward quote marks right. KETH0=`ifconfig eth0 | grep 'inet addr' | sed 's/^.*inet addr://;s/ .*$//'` echo "KETH0=$KETH0" - Bob Glover

Re: firewall script question

2001-01-31 Thread Gustav Schaffter
Linda, I have written this comment in my ip-up.local: # ip-up.local #Parameters: # $1 = INTERFACE # $2 = DEVICE # $3 = SPEED # $4 = LOCAL_IP (As given by ISP) # $5 = REMOTE_IP (of ISP) The ip-up.local will already have the two IP addresses in $4 and $5. Just us

RE: firewall script question

2001-01-30 Thread Eddie Strohmier
Linda: Not to sway you from building the firewall yourself but have you looked at the graphical firewall configurator at: http://firestarter.sourceforge.net/ It requires gnome either 1.0 or 1.2. May sure you select the proper one and it allows an easy to configure firewall via graphical interfa