TAP networking

This commit is contained in:
RichardG867
2025-06-29 22:53:47 -03:00
parent 554e8f34da
commit fe27648563
2 changed files with 11 additions and 0 deletions

View File

@@ -147,6 +147,15 @@ This guide only covers the basics of VDE. It provides many more useful features
* Connecting to **other emulators and virtualizers** with VDE support such as QEMU and VirtualBox
* Creating **VLANs and access control policies** which can be assigned to switch ports
TAP
---
TAP is a simpler method for connecting 86Box machines and other applications together without the complexity of :ref:`hardware/network:VDE`.
.. note:: TAP is only available on **Linux** hosts.
The bridge name specified in the :ref:`network settings <settings/network:Options>` represents a virtual network: all applications set to the same bridge name will be connected to the same network. 86Box will automatically create the bridge if it doesn't already exist.
Modem
-----

View File

@@ -19,6 +19,7 @@ Network emulation mode to use on this card. See :doc:`../hardware/network` for m
* **PCap:** connects directly to a host network adapter. Similar to the **Bridge** mode on other emulators and virtualizers.
* **SLiRP:** creates a private network with a virtual router. Similar to the **NAT** mode on other emulators and virtualizers.
* **VDE:** attaches to a virtual switch created by :ref:`hardware/network:VDE`. Only available on Linux and macOS hosts.
* **TAP:** creates or attaches to a virtual bridge through :ref:`hardware/network:TAP`. Only available on Linux hosts.
.. note::
If PCap mode is not listed, make sure that:
@@ -46,3 +47,4 @@ Settings for the network emulation mode selected above. Only settings relevant t
* **Interface:** host network adapter to use in **PCap** mode.
* **VDE Socket:** virtual switch socket path to use in **VDE** mode. See the :ref:`VDE setup guide <hardware/network:VDE>` for more information.
* **TAP Bridge Device:** virtual bridge name to use in **TAP** mode. See :ref:`hardware/network:TAP` for more information.