> On 04.05.2017, at 16:13, Jiri B <ji...@devio.us> wrote: > > 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.
You should also try "local interface" or "-L" with -current. It doesn't need bridge or vether or dhcpd, just forwarding and pf on the host. Reyk