ipv6 forwarding

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
aus-city
Forum Regular
Forum Regular
Posts: 685
Joined: Thu Oct 26, 2006 11:56 pm

ipv6 forwarding

Unread post by aus-city »

I want to get ip_forwarding running with ipv6 as well as 4

ipv6 all running on my fedora 13 server as is dns, but it won't forward on the LAN.

Okay I have searched how do I enable ipv6 forwarding?

There is no ip_forward in /proc/sys/net/ipv6/

:(

Can anyone help please?

Thanks!
User avatar
mikeshinn
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 4155
Joined: Thu Feb 07, 2008 7:49 pm
Location: Chantilly, VA

Re: ipv6 forwarding

Unread post by mikeshinn »

echo 1 > /proc/sys/net/ipv6/conf/all/forwarding

Or in sysctl.conf

net.ipv6.conf.all.forwarding = 1
Post Reply