[SOLVED] local bridge between two VM

Apr 2, 2017
6
2
8
Hallo,

sorry, I could find a how two or a post on this. Probably because i don't know how to describe it in a proper way.
How do I implement a "virtual" network that should just work between tree VM. Like a local network. The VM's has no connection to the physical nic. The setup should look like:

VM1 (two network interfaces)
- Bridge to public network (vmbr0)
- "virtual" local network (DHCP and Gateway for network)

VM2 (one emulated network interface)
- "virtual" local network (Client)

VM2 (one emulated network interface)
- "virtual" local network (Client)

Tank you so much!
 
Just create a new bridge with no physical network card attached. Then connect your VMs to that bridge.
 
Thanks,
it just needed to restart. Sry for the foolish question.
 
  • Like
Reactions: Anbu