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
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
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
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
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
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
10 matches
Mail list logo