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 interface that can run in "X" mode or out of
X mode. You can also add your own rules that the firewall
does not produce. I set it up on one of my machines in less
than an hour and after having constructed a rather sloppy
firewall via IPchains on my first attempt which took several
days it took me 1 hour to get and setup this nice graphical
tool. I would really give it some consideration as it would
save you lots of time. It used IPtables or IPchains. The
hard
part of my installation was just getting the low end machine
I set it up on to run X server.

Just a thought...

Eddie 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 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_INTERFACE: ${EXTERNAL_INTERFACE}
> on ${IPADDR}"
>
> however the script  output is
>
> EXTERNAL_INTERFACE: ppp0 on
>
> Now if I run
> /sbin/ifconfig ppp0 | grep "inet addr:" | \awk
> -F: {'print '} | cut -d\  -f
> 1
> from a prompt it gives the ipaddress - what am I
> doing wrong.
> Thanks
> Linda Hanigan
>
>
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to