VLAN for virtual machines: Unterschied zwischen den Versionen

Aus Ingos Wiki
Wechseln zu: Navigation, Suche
(create page)
 
K (add references)
Zeile 12: Zeile 12:
  
 
== linux bridge as a hub ==
 
== linux bridge as a hub ==
 +
 
== linux bridge with libvirt hook scripts ==
 
== linux bridge with libvirt hook scripts ==
 +
=== References ===
 +
* https://www.libvirt.org/hooks.html
 +
* https://serverfault.com/questions/696011/libvirt-hook-qemu-suse12
 +
 
== Open vSwitch ==
 
== Open vSwitch ==
 +
=== References ===
 +
* https://libvirt.org/formatnetwork.html
  
 
[[Category:Virtualization]]
 
[[Category:Virtualization]]

Version vom 21. September 2017, 21:55 Uhr

Introduction

I wanted to update VLAN connections for virtual machines to newer technologies and put a question on unix.stackexchange. But I do not get any answer. It seems there is very little knowledge for this out there. So I decided to work on it by myself and document it here.

In gerneral I will look at three methods:

  1. linux bridge as a hub
  2. linux bridge with libvirt hook scripts
  3. Open vSwitch

linux bridge as a hub

linux bridge with libvirt hook scripts

References

Open vSwitch

References