I'm new to Linux and KVM. I've been searching for a while and don't know if I'm just wording this wrong but I can't seem to get my VM to Bridge and get an internal IP. Here is my setup.
Ubuntu Server 14.04
Zentyal 3.5 is installed and running
KVM is installed
bridge utils is installed
I've installed Windows 7 as a VM (needed for some proprietary software)
here is my network config
auto lo br1 br1:vl1 eth0 eth1
iface lo inet loopback
iface br1 inet static
address 192.168.0.2
netmask 255.255.255.0
broadcast 192.168.0.255
bridge_ports eth0 eth1
bridge_stp off
bridge_waitport 5
iface br1:vl1 inet static
address 192.168.0.3
netmask 255.255.255.0
broadcast 192.168.0.255
I've also configured the VM's config file to use the bridge, but for some reason when I run arp -n I see <incomplete> were there should be a mac address.
Any help is appriciated. If anyone needs more information please ask.
Ubuntu Server 14.04
Zentyal 3.5 is installed and running
KVM is installed
bridge utils is installed
I've installed Windows 7 as a VM (needed for some proprietary software)
here is my network config
auto lo br1 br1:vl1 eth0 eth1
iface lo inet loopback
iface br1 inet static
address 192.168.0.2
netmask 255.255.255.0
broadcast 192.168.0.255
bridge_ports eth0 eth1
bridge_stp off
bridge_waitport 5
iface br1:vl1 inet static
address 192.168.0.3
netmask 255.255.255.0
broadcast 192.168.0.255
I've also configured the VM's config file to use the bridge, but for some reason when I run arp -n I see <incomplete> were there should be a mac address.
Any help is appriciated. If anyone needs more information please ask.