United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
However, upon rebooting this value will be reset to the default. A clean way to make changes to the /proc filesystem so they are permanent is to set them as variables in /etc/sysctl.conf.# echo 1 > /proc/sys/net/ipv4/ip_forward
in /etc/sysctl.conf, this would look like:# echo 1 > /proc/sys/net/ipv4/ip_forward
Changes to sysctl.conf take effect upon booting. If you want changes to take effect without rebooting, use the following:net.ipv4.ip_forward = 1
See man sysctl for more details.# sysctl -p