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