IPv6

From YobiWiki
Jump to navigation Jump to search

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