This is an old revision of the document!


IPv6 in Linux

IPv4-IPv6 Tunnels

HE IPv6 Tunnel Broker http://tunnelbroker.net/

f /etc/network/interfaces

auto he6to4
iface he6to4 inet6 v4tunnel
  address xxx:yyy:uuu:zzz::2
  netmask 64
  gateway xxx:yyy:uuu:zzz::1
  endpoint 216.66.84.46
  local A.B.C.D      # needed if you have multiple external Interfaces
  ttl 64             # needed because of a tunneling situation

SIXXS Tunnel Broker http://www.sixxs.net FIXME

Basic configuration

f /etc/network/interfaces

auto ethX
iface ethX inet6 static
   address xxxx:yyyy:uuuu:::1
   netmask 64

f /etc/sysctl.conf

net.ipv6.conf.default.forwarding=1

f /etc/radvd.conf

interface eth0
{
   AdvSendAdvert on;
   prefix xxxx:yyyy:uuuu:::/64
   {
   };
};
linux/ipv6.1242046333.txt.gz · Last modified: 2009/05/25 00:34 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready