mirror of
https://github.com/ipxe/ipxe
synced 2026-01-23 12:38:58 +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:
|
5. As root, set up a TAP virtual network device:
|
||||||
/sbin/modprobe tun
|
/sbin/modprobe tun
|
||||||
chmod o+r /dev/net/tun
|
chmod o+rw /dev/net/tun
|
||||||
./tunctl -u <username> -t tap0
|
./tunctl -u <username> -t tap0
|
||||||
/sbin/ifconfig tap0 up 10.254.254.2 netmask 255.255.255.0
|
/sbin/ifconfig tap0 up 10.254.254.2 netmask 255.255.255.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user