mirror of
https://github.com/ipxe/ipxe
synced 2025-12-06 17:30:26 +03:00
Need write permission to /dev/net/tun, not just read.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user