CentOS / Red Hat Linux IP Forwarding How To

by on July 5, 2008 · 0 comments· last updated at July 5, 2009

How do I enable IP forwarding under RHEL / Red Hat / Fedora / CentOS Linux operating systems?

You can easily turn on IP forwarding under Linux operating system by modifying Linux kernel variables (MIB).

Linux Enable IP Forwarding

Open /etc/sysctl.conf file using a text editor, enter:
# vi /etc/sysctl.conf
Set net.ipv4.ip_forward to 1, enter:

 
net.ipv4.ip_forward = 1
 

Save and close the file. Reload the changes by typing the following command:
# sysctl -p

See: How to setup Linux as a router for DSL, T1 line etc



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , , , ,

Previous Faq:

Next Faq: