Comment 13 for bug 204010

Revision history for this message
Todd Deshane (deshantm) wrote :

Did anyone try making a manual bridge. For example adding something like the following to /etc/network/interfaces

auto br0
iface br0 inet static
  address 192.168.133.7
  netmask 255.255.255.0
  broadcast 192.168.133.0
  bridge_ports eth0
  bridge_fd 9
  bridge_hello 2
  bridge_maxage 12
  bridge_stp off

Then in the guest config make sure you have bridge=br0 in the vif parameter:

e.g. vif=['mac=xx:xx:xx:xx,bridge=br0']