|
RedHat Linux IP Forwarding |
|
|
|
|
Written by Amanatullah khalil
|
|
Sunday, 24 May 2009 |
To enable IP (IPv4) Forwarding in RedHat linux. To enable IP forwarding temporarily (until the next reboot): echo 1 > /proc/sys/net/ipv4/ip_forward To enable permanently, edit /etc/sysconfig/network and change or add the following line: FORWARD_IPV4 = YES courtesy http://www.tech-recipes.com/rx/361/redhat-linux-ip-forwarding/
|