nemo2016 vor 4 Jahren
Ursprung
Commit
1d96aaa109
1 geänderte Dateien mit 10 neuen und 10 gelöschten Zeilen
  1. 10 10
      Community/Bildung/FF@home/Tinc_Installation.page

+ 10 - 10
Community/Bildung/FF@home/Tinc_Installation.page

@@ -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".