|
@@ -52,16 +52,16 @@ tinc Instanz aufsetzen (Beschreibung für tinc 1.0.x)
|
|
|
Für die tinc-Instanz mit dem Namen "lan" ungefähr Folgendes in die
|
|
|
config Datei vi etc/tinc/lan/tinc.conf schreiben:
|
|
|
|
|
|
-Name = apu
|
|
|
-Device = /dev/net/tun
|
|
|
-Mode = switch
|
|
|
-AddressFamily = ipv4
|
|
|
-BindToAddress = 192.168.1.100
|
|
|
-Port = 10001
|
|
|
-MaxTimeout = 30
|
|
|
-GraphDumpFile = /var/run/tinc.lan.dot
|
|
|
-#LocalDiscovery = yes
|
|
|
-ConnectTo = laptop
|
|
|
+ Name = apu
|
|
|
+ Device = /dev/net/tun
|
|
|
+ Mode = switch
|
|
|
+ AddressFamily = ipv4
|
|
|
+ BindToAddress = 192.168.1.100
|
|
|
+ Port = 10001
|
|
|
+ MaxTimeout = 30
|
|
|
+ GraphDumpFile = /var/run/tinc.lan.dot
|
|
|
+ #LocalDiscovery = yes
|
|
|
+ ConnectTo = laptop
|
|
|
|
|
|
Und auf dem Laptop ähnliche Daten, bis auf: "Name,BindToAddress und ConnectTo".
|
|
|
|