NOTE – Change USER with your USER name :
Now:
First install libssh-dev and g++
# sudo apt-get install libssh-dev g++
then:
# cd ~/Desktop # mkdir ipv6 # cd ipv6 # wget http://go6.net/4105/file.asp?file_id=166 # mv file.asp\?file_id\=166 test.tar # tar -xf test.tar # cd gw6c-6_0_1/
# make # make installdir=/home/USER/ipv6/test install # sudo /home/USER/ipv6/test/bin/gw6c -f /home/USER/ipv6/test/bin/gw6c.conf
now go to /home.USER/ipv6/test/bin
and change these on gw6c.conf file :
————————————————–
userid=USERNAME_OF_freenet6
passwd=PASSWORD_OF_freenet6
server=broker.freenet6.net
auth_method=any
————————————————–
restart computer and
go to the directory :
# cd /home/USER/ipv6/test/bin
and run :
# sudo ./gw6cBut you can also try other clients like Miredo or even install this one with# apt-get install miredo or # apt-get install gw6c