Global Linux Knowledge Base…
Enable IP forwarding on Linux
To enable IP packet forwarding please edit /etc/sysctl.conf with your editor of choice – vim/gedit
# vim /etc/sysctl.conf
# Controls IP packet forwarding
net.ipv4.ip_forward = 1
Save and exit the file and you can then verify your settings with:
# /sbin/sysctl -p
| Print article | This entry was posted by Dhaval Soni on July 30, 2011 at 12:05 AM, and is filed under All, CentOS, Fedora, Linux, Linux OS, Red Hat. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |