Bug 11280

Summary: /etc/rc.d/init.d/network IP forwarding Bug
Product: [Retired] Red Hat Linux Reporter: peter
Component: initscriptsAssignee: Cristian Gafton <gafton>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-16 16:28:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description peter 2000-05-07 16:46:29 UTC
The script /etc/rc.d/init.d/network has a bug in it such that IP forwarding
is always disabled after network restart or system reboot.

Examining the script it always places a zero in
/proc/sys/net/ipv4/ip_foward if its not zero already.

This means IP forwarding is ALWAYS disabled after a reset or network
restart.
Editing the script or taking the network script from RH 6.0 fixes the
problem.

Comment 1 Jeff Johnson 2000-05-08 19:41:59 UTC
This is an initscripts problem. Changing component ...

Comment 2 Bill Nottingham 2000-05-16 16:28:59 UTC
If you restart the network, it will re-run 'sysctl -p /etc/sysctl.conf';
this will reset IP forwarding if desired.