diff --git a/Networking.md b/Networking.md index 2e35bdc..8e18364 100644 --- a/Networking.md +++ b/Networking.md @@ -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 ----