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
>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
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
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
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