Browse Source

Need write permission to /dev/net/tun, not just read.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
2f392ee13e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/bochs/README

+ 1
- 1
contrib/bochs/README View File

@@ -34,7 +34,7 @@ To get bochs running is fairly simple:
34 34
 
35 35
 5.  As root, set up a TAP virtual network device:
36 36
       /sbin/modprobe tun
37
-      chmod o+r /dev/net/tun
37
+      chmod o+rw /dev/net/tun
38 38
       ./tunctl -u <username> -t tap0
39 39
       /sbin/ifconfig tap0 up 10.254.254.2 netmask 255.255.255.0
40 40
 

Loading…
Cancel
Save