mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 09:31:51 +00:00
Need write permission to /dev/net/tun, not just read.
This commit is contained in:
parent
9f86754f90
commit
2f392ee13e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user