IPv6: Difference between revisions

From YobiWiki
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
Line 1: Line 1:
== IPv6 under Linux ==
IPv6 under Linux
===Links===
==Links==
* [http://www.pps.jussieu.fr/~jch/software/ipv6-connectivity.html Getting IPv6 connectivity under Linux]
* [http://www.pps.jussieu.fr/~jch/software/ipv6-connectivity.html Getting IPv6 connectivity under Linux]
* [http://people.debian.org/~csmall/ipv6/ the Debian IPv6 project page]
* [http://people.debian.org/~csmall/ipv6/ the Debian IPv6 project page]
* [http://www.bieringer.de/linux/IPv6/ the work by Peter Bieringer]
* [http://www.bieringer.de/linux/IPv6/ the work by Peter Bieringer]
* [http://madduck.net/blog/2008.04.02:adding-proper-ipv6-to-my-home-network/ a call by Madduck]
* [http://madduck.net/blog/2008.04.02:adding-proper-ipv6-to-my-home-network/ a call by Madduck]
==Brokers==
====Gogo6 / Freenet6====
===Gogo6 / Freenet6===
* http://gogonet.gogo6.com
apt-get install gogoc
====Anonymous====
Edit /etc/gogoc/gogoc.conf and verify you've:
server=anonymous.freenet6.net
auth_method=anonymous
====Registered====
You need a freenet6 account: http://gogonet.gogo6.com/page/freenet6-account
<br>Your Freenet6 account will also be your domain name, for example me.broker.freenet6.net
Edit /etc/gogoc/gogoc.conf and set:
userid=xxx
passwd=xxx
server=authenticated.freenet6.net
auth_method=any
But... if you want to be certain that you get a static address then your choise is montreal.freenet6.net , amsterdam.freenet6.net, sydney.freenet6.net or taipei.freenet6.net. (from [http://gogonet.gogo6.com/forum/topics/what-server-should-i-use-to here]


From README.Debian: If you use the authentication methods to login to the broker, you will need to get the server key. The program will check for the correct key and not start without it. To obtain the key, run /usr/sbin/gogoc on the command line and agree to add the key
http://gogonet.gogo6.com
sudo gogoc -n


==Tests==
http://gogonet.gogo6.com/page/freenet6-account
Your Freenet6 account will also be your domain name, for example me.broker.freenet6.net

====Tests====
* http://kame.net
* http://kame.net
* http://ripe.net
* http://ripe.net

Revision as of 20:12, 6 March 2011

IPv6 under Linux

Links

Brokers

Gogo6 / Freenet6

apt-get install gogoc

Anonymous

Edit /etc/gogoc/gogoc.conf and verify you've:

server=anonymous.freenet6.net
auth_method=anonymous

Registered

You need a freenet6 account: http://gogonet.gogo6.com/page/freenet6-account
Your Freenet6 account will also be your domain name, for example me.broker.freenet6.net Edit /etc/gogoc/gogoc.conf and set:

userid=xxx
passwd=xxx
server=authenticated.freenet6.net
auth_method=any

But... if you want to be certain that you get a static address then your choise is montreal.freenet6.net , amsterdam.freenet6.net, sydney.freenet6.net or taipei.freenet6.net. (from here

From README.Debian: If you use the authentication methods to login to the broker, you will need to get the server key. The program will check for the correct key and not start without it. To obtain the key, run /usr/sbin/gogoc on the command line and agree to add the key

sudo gogoc -n

Tests