0

I've been considering moving my VMware-based dedicated server to Linux using KVM/QEMU. The only major hurdle remaining is networking. My current setup is:

NIC <---> Public vSwitch <--->  Router (IPFire) <---> Private vSwitch <---> VMs

The host has a public IP, as does the router VM.

My question is: is Open vSwitch necessary to replicate this setup, or would two standard Linux bridges suffice - e.g. br0 for public and br1 for VMs, and the router VM having a NIC attached to both?

ewwhite
  • 197,159
  • 92
  • 443
  • 809
Craig Watson
  • 9,575
  • 3
  • 32
  • 47

1 Answers1

2

Very simple setup with two bridges, no need for OVS

dyasny
  • 18,802
  • 6
  • 49
  • 64