I have a solaris VM running on Ubuntu 14.04 LTS KVM.

I'm using bridged networking. VM is unable to get an IP address, on sending DHCP request I can see requests going through bridge br0 and replies coming on br0, but it is not reaching the VM.

I have also flushed (iptables -F) all the rules, still packets not reaching VM!

Below is my network configuration on Ubuntu Host:

auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_fd 9 bridge_hello 2 bridge_maxage 12 bridge_stp off 
1

1 Answer

Few findings from my side:

  1. Booted Plain Opensolaris VM, found same issue!
  2. Checked with qemu's site on supported OSes, Solaris 11 Express 2010.11 is supported but with few issues.
  3. Then found this bug:

Solution:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy