At 3/30/01 03:59 PM +0200, you wrote:
>When I type "echo 1 > /proc/sys/net/ipv4/ip_forward" and reboot the
>system the content of ip_forward is 0 again!
>If I define some route with route command , the route is visible typing
>"route -n" but it disappears after rebooting!
>Why?

Why are you rebooting the system? Linux was not written by Microsoft, and 
there are *very* few things for which you will have to reboot.

The commands you have run are not changing permanent settings or 
configuration files; it is normal for them to disappear after a reboot. You 
need to add them to a script that gets executed on every boot to ensure 
that they become permanent.

Others may have better answers, since I'm just getting started, but putting 
them at the end of /etc/rc.d/rc.local is one option.


--
Rodolfo J. Paiz
[EMAIL PROTECTED]



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

Reply via email to