Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2006-12-05 12:40:01
Size: 257
Editor: kadlecsik
Comment:
Revision 4 as of 2006-12-05 12:45:06
Size: 604
Editor: kadlecsik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Ubuntu dapper default supports IPv6, so you have to do nothing. If you want do disable IPv6 globally, please read [:disableIPv6:our section] on how to do it. Ubuntu dapper default supports IPv6, so you have to do nothing. If you want do disable IPv6 globally, please read [:IPv6hostslinux disableIPv6:our section] on how to do it.

== How can I enable forwarding between IPv6 enabled interfaces? ==
In {{{/etc/sysctl.conf}}} add the line

{{{
sys/net/ipv6/conf/all/forwarding=1}}}
Please note, you cannot enable/disable IPv6 forwarding per interface as in the IPv4 case. If you want to disable IPv6 forwarding for some interfaces, use netfilter/ip6tables.

IPv6 configuration on Ubuntu (dapper) systems

How can I enable/disable IPv6 globally?

Ubuntu dapper default supports IPv6, so you have to do nothing. If you want do disable IPv6 globally, please read [:IPv6hostslinux disableIPv6:our section] on how to do it.

How can I enable forwarding between IPv6 enabled interfaces?

In /etc/sysctl.conf add the line

sys/net/ipv6/conf/all/forwarding=1

Please note, you cannot enable/disable IPv6 forwarding per interface as in the IPv4 case. If you want to disable IPv6 forwarding for some interfaces, use netfilter/ip6tables.

Campus6: IPv6hostslinux_ubuntu (last edited 2008-04-10 15:29:34 by localhost)