I have 2 NIC's on a server. One is my main interface with no bridge attached, and another is attached to a bridge, with no configuration. When I connect that bridge to a VM, there is no traffic. I can't connect to the internet/router at all. I've tried connecting it to multiple routers, DHCP and no DHCP but nothing seems to work. My configuration is this:
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
The end goal here is being able to connect multiple VM's to one bridge and assign them all different IP's.
Any help is appreciated.
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
The end goal here is being able to connect multiple VM's to one bridge and assign them all different IP's.
Any help is appreciated.