I'm still not getting any action from my Netscape browser trying to
access the Internet via my main box, both are Red Hat 5.1
In the first stanza on my firewall.rules script, as provided by the
Linux Network Toolkit by SERY, I'm a bit confused by PRIV_NET vs
FIRE_NET ip address.One in the same?
I've included the script with some comments/questions.
--
"If your life was nothing but sunshine, you'd just be a desert."
_________________ (Future LINUX GURU Anthem) ___________________
Bill Schoolcraft
http://home.att.net/~wiliweld
# Below is the output of the beginning stanza of my "firewall.rules" script
# on my masquerade machine. I'm a bit confused by the FIRE_NET vs the PRIV_NET
# for my "fixed" address is on my LAN only, not the current one dynamically
# assigned which is (as I type) 12.72.64.185
# My fixed addresses
ME="192.168.7.1"
FIRE_NET="192.168.7.0/24"
PRIV_NET="192.168.7.0/24"
ALLIP="0.0.0.0/0"
HIPORTS="1024:65535"