Summary: | using nat en also have to give up parameter ip_forward ? | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <e.d.grootjans> |
Component: | iptables | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-07-01 10:15:01 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Need Real Name
2003-01-12 21:26:46 UTC
Don't write to /proc/sys/net manually. /proc is a run-time filesystem. Your settings are gone next time you switch off the machine or reboot. /etc/sysctl.conf is the proper way to make permanent changes to the /proc system at boot-time or run-time. Read "man sysctl". Set net.ipv4.ip_forward = 1 in /etc/sysctl.conf. |