Changes between Version 65 and Version 66 of node-contiki


Ignore:
Timestamp:
Oct 7, 2010, 11:08:15 AM (14 years ago)
Author:
petsku
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v65 v66  
    110110Create an account on the [http://gogonet.gogo6.com] to access the Freenet6 website. Follow the link: [http://gogonet.gogo6.com/page/freenet6-tunnelbrokerdownloadthegogoCLIENT]
    111111
    112 To get a static IPv6 address or get a /56 network you need to get an account on the Freenet6 server. Create your account at this page:
    113 [http://gogonet.gogo6.com/page/freenet6-registration]. Remember that this username and password is used in go6.conf file, when configuring the IPv6 tunnel.
    114 
    115 Download the gogoCLIENT for your System. This tutorial assumes Ubuntu is used, hence download the Client 6.0 Source Code (Linux/Unix/MacOS/BSD). http://gogonet.gogo6.com/page/download-1
     112To get a static IPv6 address or get a /56 network you need to get an account on the Freenet6 server.
     113
     114* Note: Username is used as a part of URL address later, therefore choose username that describes your network.
     115
     116Create your account at this page:
     117[http://gogonet.gogo6.com/page/freenet6-registration]. Remember that this username and password is used in gw6c.conf file, when configuring the IPv6 tunnel.
     118
     119Download the gogoCLIENT for your system. This tutorial assumes Ubuntu is used, hence download the Client 6.0 Source Code (Linux/Unix/MacOS/BSD). http://gogonet.gogo6.com/page/download-1
    116120
    117121Follow the HEX_DC_0005_Gateway6_Client_Guide.pdf (page-61) contained in the gw6c package for the installation on your Ubuntu machine. But for simplicity the steps are as follow.
     
    120124
    1211251. Retrieve the source code (*.tgz or *.zip) and decompress it to a temporary directory.
    122     /temp$ tar –xf  gw6c-6_0-RELEASE-src.tar
     126* temp$ tar –xf  gw6c-6_0-RELEASE-src.tar
    123127
    1241282. Compile the gogoCLIENT.
    125      /temp/gw6c-6_0_1$ make all
     129* temp/gw6c-6_0_1$ make all
    126130
    1271313. Install the gogoCLIENT in the /usr/local/gw6c directory.
    128      /gw6c-6_0_1$ make installdir=/usr/local/gw6c install
    129 
    130 4. Executing the gogoCLIENT requires the files listed below:
    131 
    132      * The gw6c binary file (gw6c) located in the bin directory.
    133      * A sample gw6c.conf file.
    134      * The template subdirectory containing the operating system scripts.
    135 
    136 5. In order to run the IPv6 tunnel as DNS, setup gw6c.conf file; the setting for the usr/local/gw6c/bin/gw6c.conf
    137 
    138 Suppose we create an account with username "sensei-oulu". Notice that this username is used as a part of URL address later, therefore choose username that describes your network.
     132* gw6c-6_0_1$ make installdir=/usr/local/gw6c install
     133
     1344. In order to run the IPv6 tunnel as DNS, setup gw6c.conf file; the setting for the usr/local/gw6c/bin/gw6c.conf
     135
     136Suppose we created an account with username "sensei-oulu".
    139137
    140138{{{