mirror of https://github.com/xemu-project/xemu.git
Updated Networking (markdown)
parent
d4084060c3
commit
32ccaf989b
|
@ -44,6 +44,10 @@ If you get a permission error when attempting to enable Bridged Adapter,
|
||||||
you may need to update the `/dev/bpfX` permissions on your system. You can
|
you may need to update the `/dev/bpfX` permissions on your system. You can
|
||||||
work around this by opening a terminal and executing the following command:
|
work around this by opening a terminal and executing the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo chown $(whoami):admin /dev/bpf*
|
||||||
|
```
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
If you get a permission error when attempting to enable Bridged Adapter,
|
If you get a permission error when attempting to enable Bridged Adapter,
|
||||||
|
@ -54,10 +58,6 @@ to your network interface. You can do so with the following command:
|
||||||
sudo setcap cap_net_raw,cap_net_admin=eip `which xemu`
|
sudo setcap cap_net_raw,cap_net_admin=eip `which xemu`
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo chown $(whoami):admin /dev/bpf*
|
|
||||||
```
|
|
||||||
|
|
||||||
Tips
|
Tips
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue