Re: firewall script

2002-04-27 Thread Vidiot
;Pramod Krishna K wrote: > > >> Hi , >> >> >> >> I've got a small network in which my >> mailserver(sendmail),proxy(squid),webservers & Name servers are placed. >> >> I want to setup a firewall b/w the route

Re: firewall script

2002-04-27 Thread Ganeshh
my mailserver(sendmail),proxy(squid),webservers & Name servers are placed. I want to setup a firewall b/w the router & my LAN. Can anyone send in a ipchains firewall script which i can customize to my requirements  to make it a secure network.   Regards, Pramod *

firewall script

2002-04-26 Thread Pramod Krishna K
Hi ,   I've got a small network in which my mailserver(sendmail),proxy(squid),webservers & Name servers are placed. I want to setup a firewall b/w the router & my LAN. Can anyone send in a ipchains firewall script which i can customize to my requirements  to make it a se

Re: Firewall script and user permissions

2002-03-12 Thread Mike Burger
script start at bootup, or init level change. On Tue, 12 Mar 2002, 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

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 ever

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

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 h

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

Firewall script and user permissions

2002-03-12 Thread Paal Marker
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 want

Re: firewall script question

2001-01-31 Thread Bob Glover
cho "KETH0=$KETH0" - Bob Glover > From: "linda hanigan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: firewall script question > Date: Tue, 30 Jan 2001 23:45:58 -0600 > charset="iso-8859-1" > Reply-To: [EMAIL PROTECTED] >

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
Strohmier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > linda hanigan > Sent: Wednesday, January 31, 2001 12:46 AM > To: [EMAIL PROTECTED] > Subject: firewall script question > > > Hi All, > Still trying to do a firewall. I

firewall script question

2001-01-30 Thread linda hanigan
Hi All, Still trying to do a firewall. I have the following to try and capture the ipaddress from ifconfig EXTERNAL_INTERFACE="ppp0" #Internet connected interface IPADDR=`/sbin/ifconfig $EXTERNAL_INTERFACE | grep "inet addr:" | \awk -F: {'print '} | cut -d\ -f 1` echo "EXTERNAL_INTER

RE: where to run firewall script with dial up connection under d

2000-12-10 Thread Uncle Meat
On 10-Dec-2000 Bob Hartung opined: > Hi again, > I have my RH 6.2 machine reinstalled, all scripts restored > and all updates applied. I have what I think is a workable > firewall script. Now, what I cannot figure out is where can > I insert a line of code that will call my

Re: where to run firewall script with dial up connection under diald control

2000-12-10 Thread Gustav Schaffter
Bob, When your ppp connection is established, the /etc/ppp/ip-up.local script will be executed. (That is, if it exists. :-) This is indicated in the /etc/ppp/ip-up script. When your ip-up.local is called, it will have some handy parameters populated for your convenience: $1 = INTERFACE $2 = DEVI

Re: where to run firewall script with dial up connection under diald control

2000-12-10 Thread Bob Hartung
Bob Harry Putnam wrote: > > Bob Hartung <[EMAIL PROTECTED]> writes: > > > Hi again, > > I have my RH 6.2 machine reinstalled, all scripts restored > > and all updates applied. I have what I think is a workable > > firewall script. Now, what I cannot fi

Re: where to run firewall script with dial up connection under diald control

2000-12-10 Thread Harry Putnam
Bob Hartung <[EMAIL PROTECTED]> writes: > Hi again, > I have my RH 6.2 machine reinstalled, all scripts restored > and all updates applied. I have what I think is a workable > firewall script. Now, what I cannot figure out is where can > I insert a line of code that

where to run firewall script with dial up connection under diald control

2000-12-10 Thread Bob Hartung
Hi again, I have my RH 6.2 machine reinstalled, all scripts restored and all updates applied. I have what I think is a workable firewall script. Now, what I cannot figure out is where can I insert a line of code that will call my firewall script everytime pppd opens up a new connection. I

Re: where/how to run a firewall script?

2000-06-24 Thread Gordon Messmer
Jack Byers wrote: > and at end of /etc/rc.d/rc.local > I put the command: > > /usr/sbin/firewall.sh & > > but then instead of automatically going into the login prompt > it stalls, no login prompt. The login prompt is there, it's just been overwritten by the f

where/how to run a firewall script?

2000-06-24 Thread Jack Byers
I am running a firewall script(from HalBurgiss, slightly tweaked) by placing the script firewall.sh in /usr/sbin and making it executable by root and at end of /etc/rc.d/rc.local I put the command: /usr/sbin/firewall.sh & this all seems to work and the firewall tests as expected.