Comment 2 for bug 579892

Revision history for this message
Carlos Perelló Marín (carlos) wrote :

This is my network configuration:

auto br0
iface br0 inet dhcp
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        pre-up ifconfig eth0 hw ether 00:00:00:00:00:01

The macaddress change is the workaround I'm using right now so I'm able to avoid this issue.

The libvirt network configuration is disabled on this server, because I'm using the main bridge and I don't want it to do NAT.