Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2021-10-09,backup-redmine/2021-11-13,backup-redmine/2021-12-11,backup-redmine/2022-01-08,backup-redmine/2022-02-12,backup-redmine/2022-03-12,backup-redmine/2022-04-09,backup-redmine/2022-05-07,backup-redmine/2022-06-11,backup-redmine/2022-08-06,backup-redmine/2022-10-07,backup-redmine/2022-11-14,backup-redmine/2023-01-14,main
commit 38de3bc6f4e6c1a9021c87b7dc333e01fd9186fd Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 3 18:33:14 2021 +0000
doc: devtools/Advanced_Bridge_virtual_network
38de3bc6f4e6c1a9021c87b7dc333e01fd9186fd devtools/Advanced_Bridge_virtual_network.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/Advanced_Bridge_virtual_network.textile b/devtools/Advanced_Bridge_virtual_network.textile index c28017e0..ea75c265 100644 --- a/devtools/Advanced_Bridge_virtual_network.textile +++ b/devtools/Advanced_Bridge_virtual_network.textile @@ -2,7 +2,7 @@ h1. Advanced Bridge virtual network
{{toc}}
-The simple virtual network from [[open-mesh:OpenWrt in QEMU#virtual-network-initialization]] is a Linux bridge which allows full communication between the tap interfaces of all virtual instances. This is not optimal because fully connected meshes are not really interesting. But it is possible to use the bridge and netfilter functionality of the host's kernel to improve the bridge virtual network. +The simple virtual network from [[OpenWrt in QEMU#virtual-network-initialization]] is a Linux bridge which allows full communication between the tap interfaces of all virtual instances. This is not optimal because fully connected meshes are not really interesting. But it is possible to use the bridge and netfilter functionality of the host's kernel to improve the bridge virtual network.
The tool of choice at the moment is is nft(ables). The following examples will introduce some common concepts based on nft. For older systems, ebtables and/or tc can also be used to achieve the same.