Bug 150754 - FORWARD_IPV4 not used
Summary: FORWARD_IPV4 not used
Keywords:
Status: CLOSED DUPLICATE of bug 150753
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-10 09:32 UTC by Steve Hill
Modified: 2014-03-17 02:52 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-11 10:11:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Steve Hill 2005-03-10 09:32:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0

Description of problem:
/usr/share/doc/initscripts-7.93.5/sysconfig.txt states that the FORWARD_IPV4 option is still valid in /etc/sysconfig/network for turning on IPv4 forwarding.  However, the option does not appear to work and none of the network scripts seem to look for it.

Even worse, the /etc/rc.d/init.d/network script disables IPv4 forwarding on stop, so restarting the network will disable forwarding which was turned on by another means (e.g. set in /etc/sysctl.conf or otherwise).

Version-Release number of selected component (if applicable):
initscripts-7.93.5-1

How reproducible:
Always

Steps to Reproduce:
1. Set FORWARD_IPV4=yes
2. Start network
3. Note that forwarding is still disabled despite (1)
4. sysctl -w net.ipv4.ip_forward=1
5. Note that forwarding is now on
6. /etc/rc.d/init.d/network restart
7. Note that forwarding has now been turned off again despite the option (1)

Actual Results:  IPv4 forwarding cannot be turned on by recommended means.  Forcing it on manually by sysctl works but it turned off again upon network restart.

Expected Results:  FORWARD_IPV4=yes option should be honoured as documented.  Infact I think this should probably also be the default if FORWARD_IPV4=no is not specified.

Additional info:

Comment 1 Steve Hill 2005-03-11 10:11:50 UTC

*** This bug has been marked as a duplicate of 150753 ***


Note You need to log in before you can comment on or make changes to this bug.