Changes between Version 13 and Version 14 of Tinc
- Timestamp:
- 02/16/10 22:51:56 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tinc
v13 v14 5 5 Participants: 6 6 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] || || 12 12 || 172.22.255.181 || || || 13 13 || 172.22.255.182 || || || … … 51 51 }}} 52 52 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/ 54 56 55 57 * Write a /etc/tinc/dn42/tinc-up file with the content and '''set it executable''': … … 64 66 * Now start the peering with ''tincd -n dn42''. If all works with the peering, put dn42 in the /etc/tinc/nets.boot 65 67 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 67 69 68 * Now you can setup the bgp and have fun :)70 * Setup the bgp and have fun :)
