diff --git a/hardware/network.rst b/hardware/network.rst index b5c408a..4124e66 100644 --- a/hardware/network.rst +++ b/hardware/network.rst @@ -26,6 +26,8 @@ PCap connects directly to one of the host's network adapters. The emulated machi This mode requires `Npcap `_ (or another WinPcap-compatible driver) to be installed on the host. Only **wired Ethernet network connections** are compatible; Wi-Fi and other connections will not work at all, as they do not allow PCap to listen for packets bound to the emulated machine's MAC address. +.. note:: PCap is not supported on the **Linux AppImage**, as the ``cap_net_raw`` and ``cap_net_admin`` permissions cannot be passed through to it. Extracting the AppImage or running it as root is not recommended. + Private PCap network ^^^^^^^^^^^^^^^^^^^^