Bug 21386
Summary: | /etc/rc.d/init.d/network doesn't consider FORWARD_IPV4 | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Bruno Unna <bruno> |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | dr, rvokal |
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-11-27 19:20:24 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
Bruno Unna
2000-11-27 18:59:18 UTC
I think you are meant to change /etc/sysctl.conf: # Disables packet forwarding net.ipv4.ip_forward = 0 Set this to 1 to enable kernel IP packet forwarding. I think FORWARD_IPV4 in /etc/sysconfig/network is deprecated. Yup. This was actually changed back in 6.2 - if you'll see the release notes for 6.2, they should say that FORWARD_IPV4 is no longer valid. |