Bug 11192

Summary: pb with ipchains start file
Product: [Retired] Red Hat Linux Reporter: mfarhat
Component: ipchainsAssignee: Cristian Gafton <gafton>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-04 08:13:34 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 mfarhat 2000-05-03 10:30:34 UTC
pb with /proc/net/ipv4/ip_forward=0 after a boot
prevent the correct use of ipchains

test this patch on /etc/rc.d/init.d/ipchains

-----------------------------------
5c5
< # chkconfig: - 08 92
---
> # chkconfig: - 11 92
30a31,32
>            action "Activing IPv4 packet forwarding" sysctl -w
net.ipv4.ip_forward=1
>
-----------------------------------

Have a nice day ...
FARHAT Mehdi

Comment 1 mfarhat 2000-05-04 08:13:59 UTC
standard change ?
edit the /etc/sysctl.conf
and change the net.ipv4.ip_forward to 1
give the same effect....