All, I am trying to setup a network connection that opennebula can put VMs on (so I think I needs a bridge). This connection would be managed by opennebula and all VM would be given a 192.168.172.X address. The physical interface that is on the bridge (enp130s2) would have to have a 172.18.134.X address (since this is what we use in our lab to connect to the internet).
So something like this:
VM en0 (192.168.172.2) ---- br0 ---- enp130s2 (172.18.134.2) --- SW
I am running Centos 7 and wasn't sure if I need to Nat something and where? The VM routing table should default all traffic out en0 (192.168.172.2)
I know I can setup a bridge and add the enp130s2 interface to it, but can I keep the 172 ip address on that interface and will it automatically nat?
Any help would be appreciated