Changes between Version 13 and Version 14 of Tinc


Ignore:
Timestamp:
02/16/10 22:51:56 (7 months ago)
Author:
downhill
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tinc

    v13 v14  
    55Participants: 
    66 
    7 || '''IP'''       || '''User''' || '''Host'''                        || '''ASN''' || 
    8 || 172.22.255.177 || downhill   || geekhabitat                       || 64655     || 
    9 || 172.22.255.178 || leon       || einstein                          || 64703     || 
    10 || 172.22.255.179 || welterde   || [wiki:Tinc/hosts/hex hex]         || 64738     || 
    11 || 172.22.255.180 || welterde   || [wiki:Tinc/hosts/hex hex]         ||           || 
     7|| '''IP'''       || '''User''' || '''Host'''                                || '''ASN''' || 
     8|| 172.22.255.177 || downhill   || [wiki:Tinc/hosts/geekhabitat geekhabitat  || 64655     || 
     9|| 172.22.255.178 || leon       || einstein                                  || 64703     || 
     10|| 172.22.255.179 || welterde   || [wiki:Tinc/hosts/hex hex]                 || 64738     || 
     11|| 172.22.255.180 || welterde   || [wiki:Tinc/hosts/hex hex]                 ||           || 
    1212|| 172.22.255.181 ||            ||             || 
    1313|| 172.22.255.182 ||            ||             || 
     
    5151}}} 
    5252 
    53  * Obtain the public key of your peer from the config and do a ''echo "Address=$his_IP" >$peer'' and ''cat pubkey_of_peer >>$peer''. It has to be the same name as the one in your ConnectTo= in the tinc.conf 
     53 * Please put your file in the wiki, under Tinc/hosts/your_name and link it in the table above. For good measure you can put a link in Tinc/hosts too. 
     54 
     55 * Obtain the config from your peer (should be linked in the table) and put it in /etc/tinc/dn42/hosts/ 
    5456 
    5557 * Write a /etc/tinc/dn42/tinc-up file with the content and '''set it executable''': 
     
    6466 * Now start the peering with ''tincd -n dn42''. If all works with the peering, put dn42 in the /etc/tinc/nets.boot  
    6567 
    66  * After the initial peering, new peers can be added by simply ''echo "Address=172.22.255.xxx" >$new_peer'' and ''cat pubkey_of_newpeer >>$new_peer''. No further restarting required.  
     68 * New peers can be added the same way as your initial peer, put a new file in hosts/, nothing else of the config needed 
    6769 
    68  * Now you can setup the bgp and have fun :) 
     70 * Setup the bgp and have fun :)