Install IPv6 on Linux

Posted on May 20, 2008
Filed Under Linux |

Here is a short tutorial on how to install IPv6 on Linux:

1. Before compiling, ensure  the Linux system is ready for the following development:

gcc,g++,libc6-dev,libssl-dev
2. Download the software: gw6c-5_0-RELEASE-src.tar.gz
3. Compile and install:
Enter tspc-advanced , run make target=linux to compile:
cd ~/Desktop/gw6c/tspc-advanced/
make target=linux
Then run the following order to install:
sudo make target=linux installdir=/usr/local/gw6c install
4. Edit Profile:
sudo gedit /usr/local/gw6c/bin/gw6c.conf
then find “server=” and enter the server address.
5. Run IPv6:
cd /usr/local/gw6c/bin/
and then execute the following order:
sudo ./gw6c

Tags:

If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments

Leave a Reply