Re: Testing your IPv6 connectivity
Seva Epsteyn <[email protected]> Thu, 24 Mar 2011 13:48:12 -0500
| Newsgroups | gmane.org.user-groups.luni.tech |
|---|---|
| Message-ID | <[email protected]> |
You can use http://tunnelbroker.net/ for free IPv6 over IPv4 tunnel. The setup is really simple and they provide the instructions, it looks like this: With traditional net-tools: ifconfig sit0 up ifconfig sit0 inet6 tunnel ::209.51.161.14 ifconfig sit1 up ifconfig sit1 inet6 add 2001:xxx:xxxx:e64::2/64 route -A inet6 add ::/0 dev sit1 OR with route2: modprobe ipv6 ip tunnel add he-ipv6 mode sit remote 209.51.161.14 local 207.192.70.140 ttl 255 ip link set he-ipv6 up ip addr add 2001:xxx:xxxx:e64::2/64 dev he-ipv6 ip route add ::/0 dev he-ipv6 ip -f inet6 addr OR with Red Hat style config: DEVICE=sit1 BOOTPROTO=none IPV6INIT=yes IPV6ADDR=2001:xxx:xxxx:e64::2/64 IPV6TUNNELIPV4=209.51.161.14 ONBOOT=yes On Wed, Mar 23, 2011 at 23:00, Trev Peterson <[email protected]> wrote: > Same for comcast (if not in current trial area I guess). Don't you love > when people are ahead of the game? > > On Wed, 2011-03-23 at 20:27 -0500, Martin Maney wrote: >> On Thu, Mar 17, 2011 at 02:19:54AM -0500, Jeff Yamada wrote: >> > http://test-ipv6.com/ >> >> Which after several loosely connected steps led to me inquiring of >> Speakeasy support if they had any timeline for ipv6 yet. Came the >> answer, none at all. >> >> -- >> Although we may never know with complete certainty the identity >> of the winner of this year's presidential election, the identity >> of the loser is perfectly clear. It is the nation's confidence >> in the judge as an impartial guardian of the law. >> - Justice John Paul Stevens, from his dissenting opinion Dec 12, 2000 >> > > -- > Trev Peterson > Advanced Reality > Email: [email protected] > Phone: +1 847 406 9018 > > -- > Linux Users Of Northern Illinois (Chicago) - Technical Discussion > http://luni.org/mailman/listinfo/luni > -- Linux Users Of Northern Illinois (Chicago) - Technical Discussion http://luni.org/mailman/listinfo/luni