Maven


Very fast IPv6 setup on PLD/Linux Th

Posted in Linux by arekm on the November 29th, 2008

If you need IPv6 on some PLD Th machine, like in my case laptop, you can just do:

poldek -uGv miredo-client-teredo
service miredo-teredo start

and verify that IPv6 works by doing for example:

mtr -6 www.pld-linux.org

This solution doesn’t require any configuration (well, there are some options that can be altered). It should work even if you are behind some NATs and other weird gateways thanks to Teredo.

Working setup causes new interface to appear, for example:

20: teredo: mtu 1280 qdisc pfifo_fast state UNKNOWN qlen 500
link/[65534]
inet6 2001:x:xx:xx:xx:xx:xx:e4b6/32 scope global
valid_lft forever preferred_lft forever
inet6 fe80::ffff:ffff:ffff/64 scope link
valid_lft forever preferred_lft forever

Of course there are other solutions for non-native IPv6 like 6to4 (pure rc-scripts are enough), ISATAP (see miredo-client-isatap package) or just typical SIT tunnel.

2 Responses to 'Very fast IPv6 setup on PLD/Linux Th'

Subscribe to comments with RSS or TrackBack to 'Very fast IPv6 setup on PLD/Linux Th'.

  1. Piotr Budny said,

    on December 2nd, 2008 at 00:20

    Is there any way to get static ip with this service?

  2. arekm said,

    on December 2nd, 2008 at 10:00

    No, check wikipedia entry about teredo to see how address is constructed. If you want static IPv6 addresses (even with dynamic IPv4) then use tunnel broker which supports that like http://www.sixxs.net/faq/connectivity/?faq=dynamicip

Leave a Reply