On Thu, May 04, 2017 at 03:49:27PM +0200, Reyk Floeter wrote: > So you have the VM interface and the host interface on a bridge: > dhclient on the host "steals" all DHCP packets via BPF. > > Try to pkill dhclient on the host and the VM should be able to get DHCP. > > There is currently no solution for that, it is the way our dhclient works, > you can try to run the VM on a NAT'ed bridge or use "-L" local interfaces. > > Reyk
What about using vether with bridge and having host's dhclient using vether? What about having dhcrelay and relaying VM's dhcp to upstream dhcp server? j.