Skip to content

Commit

Permalink
Need write permission to /dev/net/tun, not just read.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed May 26, 2006
1 parent 9f86754 commit 2f392ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/bochs/README
Expand Up @@ -34,7 +34,7 @@ To get bochs running is fairly simple:

5. As root, set up a TAP virtual network device:
/sbin/modprobe tun
chmod o+r /dev/net/tun
chmod o+rw /dev/net/tun
./tunctl -u <username> -t tap0
/sbin/ifconfig tap0 up 10.254.254.2 netmask 255.255.255.0

Expand Down

0 comments on commit 2f392ee

Please sign in to comment.