Updated Networking (markdown)

mborgerson 2021-06-12 02:18:23 -07:00
parent d4084060c3
commit 32ccaf989b
1 changed files with 4 additions and 4 deletions

@ -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
work around this by opening a terminal and executing the following command:
```bash
sudo chown $(whoami):admin /dev/bpf*
```
#### Linux
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`
```
```bash
sudo chown $(whoami):admin /dev/bpf*
```
Tips
----