At 02:53 23.10.2002, [EMAIL PROTECTED] said:
--------------------[snip]--------------------
>How do you turn on forwarding at boot for RH7.2
>I added the echo to proc to rc.local but I am sure there is a better way.
>The worst part is I have it working on my home computer but I looked at
>lots of files in /etc/sysconfig and can't find where it is turned on.
--------------------[snip]-------------------- 

Bootup control is done in /etc/sysctl.conf:
        net.ipv4.ip_forward = 0|1
At runtime, use the sysctl command:
        sysctl -w net.ipv4.ip_foward=0|1

Usually you have routing disabled at bootup, install your firewall rules,
then enable routing _after_ the firewall rules are in effect. Having
routing enabled at bootup opens a dangerous hole for intruders when the
network comes up...


   >O     Ernest E. Vogelsinger
   (\)    ICQ#   13394035
    ^     



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to