Changeset 537


Ignore:
Timestamp:
01/07/10 20:04:48 (8 months ago)
Author:
eagle
Message:

GarliCat howto updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/i2p/Garlicat-HOWTO

    r534 r537  
    1818 
    19193 CONFIGURE I2P 
    20 GarliCat is able to connect to other GarliCats and lets others connect to you, hence, 
    21 the GarliCat software contains a server and a client part. Thus you must configure 
    22 a server and a client tunnel on your I2P router. The server is the "inbound" part. 
    23 I2P will assign an ID (a key) to it which is unique for your server tunnel and your 
    24 GarliCat, respectively. This ID is directly translated into an IPv6 address, hence, 
    25 also this IPv6 address is unique to your GarliCat. 
     20GarliCat is able to connect to other GarliCats and lets others to connect to 
     21you, hence, the GarliCat software contains a server and a client part. Thus you 
     22must configure a server and a client tunnel on your I2P router. The server is 
     23the "incoming" part. I2P will assign an ID (a key) to it which is unique for 
     24your server tunnel and your GarliCat, respectively. This ID is directly 
     25translated into an IPv6 address, hence, also this IPv6 address is unique to 
     26your GarliCat. 
    2627 
    2728 
    28293.1 CONFIGURE SERVER TUNNEL 
    29 Open the I2P Router Console in your browser (http://127.0.0.1:7657/) and go to 
    30 "I2P INTERNALS -> Tunnels". Scroll down and click on "i2ptunnel page" 
    31 (http://127.0.0.1:7657/i2ptunnel/). 
    32 In the bottom right corner of the "I2P SERVER TUNNELS" box select "Standard" 
     30Open the I2P router console in your browser (http://127.0.0.1:7657/) and go to 
     31"LOCAL DESTINATIONS" which is found at the bottom of the menu bar on the left 
     32side. The "I2P Tunnel Page" (http://127.0.0.1:7657/i2ptunnel/) will open. In 
     33the bottom right corner of the "I2P SERVER TUNNELS" box select "Standard" 
    3334(which should be selected by default) and click "Create". A new page opens. On 
    34 top enter a name, e.g. "GarliCat Inbound". Select the "Autostart" checkbox. 
     35top enter a name, e.g. "GarliCat Incoming". Select the "Autostart" checkbox. 
    3536In the text field "Port" which is marked as required enter the port number 
    36378061. Scroll to the bottom and press "Save". 
     
    4041In the bottom right corner of the "I2P CLIENT TUNNELS" box select "SOCKS 
    41424/4a/5" and press "Create". A new page opens. On top enter a name, e.g. 
    42 "GarliCat Outbound". In the "Port" field which is marked as required enter the 
    43 port number 9051.  Check the "Autostart" checkbox. Scroll down and press 
     43"GarliCat Outgoing". In the "Port" field which is marked as required enter the 
     44port number 9051. Check the "Autostart" checkbox. Scroll down and press 
    4445"Save". 
    4546 
     
    4950already be on this page after the last step of 3.2 -- you should see your 
    5051"GarliCat Inbound" tunnel in the "I2P SERVER TUNNELS" box. It lists a string 
    51 called "Base32 Address".  Copy this string to a file. Truncate it to 16 
     52called "Base32 Address". Copy this string to a file. Truncate it to 16 
    5253characters and append the domain ".oc.b32.i2p". The result is your GarliCat 
    5354I2P-ID. 
    5455Example: 
    55 Base32 Address:  ktmhezukbp6jyuldedcjmso6p4e6aegeikqli2mne67hnttgmvfa.b32.i2p 
     56Base32 Address: ktmhezukbp6jyuldedcjmso6p4e6aegeikqli2mne67hnttgmvfa.b32.i2p 
    5657GarliCat I2P-ID: ktmhezukbp6jyuld.oc.b32.i2p 
    5758 
     
    8081GarliCat IPv6 address, his I2P-ID, and his key. Then go to your Susi-DNS page 
    8182(click on "Addressbook" on your I2P Router console) and add a new entry being 
    82 the I2P-ID the name.  Test if it works. Simply try to ping to the IPv6 address. 
     83the I2P-ID the name. Test if it works. Simply try to ping to the IPv6 address. 
    8384(NOTE: THERE MAY BE BETTER OPTIONS BUT THIS SECTION WAS WRITTEN BY SOMEONE 
    8485WHO DOES NOT NO TOO MUCH DETAILS ABOUT SUSIDNS, YET. SORRY.) 
Note: See TracChangeset for help on using the changeset viewer.