Link to home
Start Free TrialLog in
Avatar of gdmo
gdmoFlag for France

asked on

linux centos 4.2 (RHEL4.2) ip_forward is zero at boot time. how to make ip_forward=1 at boot time?

linux centos 4.2 (RHEL4.2)
I work on linux centos 4.2. I need that ip_forward=1
so in /proc/sys/net/ipv4, i write :
% echo 1 > ip_forward
but ip_forward is zero at boot time.
how to make ip_forward=1 at boot time?

ASKER CERTIFIED SOLUTION
Avatar of ravenpl
ravenpl
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gdmo

ASKER

thanks. it works fine.