summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-12 14:27:08 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-12 14:27:08 +0000
commit2f863489f6ab40ab4979f5ed3d222f19398772e2 (patch)
treeea62f7a2448c83b0215cac3f34f4fc45aafa4cbe /README
parentsyncing only when sync port is specified (diff)
updated readme
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index 88b5f2c..dcd9924 100644
--- a/README
+++ b/README
@@ -22,3 +22,21 @@ cd Sockets
make
cd ..
make
+
+
+Errors:
+-------
+
+Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
+Cannot open TUN/TAP dev /dev/anytun0: No such file or directory (errno=2)
+
+Solution: Enabling tun/tap device
+------------------------------------
+
+modprobe tun
+cd /dev
+./MAKEDEV tun
+
+edit /etc/modules and add the line
+tun
+to load the module automatically