Monday 29 October 2012

How to enable IPv6 Forwarding in Linux ( Fedora Core 14 )

To enable IPv4 forwarding in Linux we use below command :

# echo 1 > /proc/sys/net/Ipv4/ip_forward


To enable IPv6 forwarding we need to set following in /etc/sysctl.conf
net.ipv6.conf.all.forwarding=1


Reboot the PC,IPv6 forwarding should work.