Browse Source

modprobe tun zur Fehlerbehebung ergänzt

nemo2016 2 years ago
parent
commit
7bc1ae0ec9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Community/Bildung/FF@home/11 Tinc konfigurieren.page

+ 6 - 0
Community/Bildung/FF@home/11 Tinc konfigurieren.page

@@ -157,5 +157,11 @@ oder nach Änderungen:
 Falls die Fehlermeldung auftaucht: Can't write to Linux tun/tap device (tap mode) /dev/net/tun: Input/output error  
 Mit `$:ip a` prüfen, ob das tun Device erstellt wurde.  
 Mit `$:ls -al /dev/net/tun` prüfen, ob das Device rw ist für root.  
+Laut [tinc-Manual](https://tinc-vpn.org/documentation/tinc.pdf) Seite 28:  
+‘Can’t write to /dev/net/tun: No such device’  
+• You forgot to ‘modprobe tun’.  
+• You forgot to compile ‘Universal TUN/TAP driver’ in the kernel.  
+• The tun device is located somewhere else in /dev/.  
 
+modprobe stellt sicher, dass das tun Device auch geladen wird, hat hier geholfen.