Running DHCP server inside of the Guest VM instead of the host.
Hello, I've recently tried to run KEA DHCP server inside of a Debian VM and the following host interface configuration, attached to that VM: ``` netasn-dhcpv6 ``` But whenever I'm trying to run dhclient on another Debian VM attached to the same network I couldn't obtain th
Re: Running DHCP server inside of the Guest VM instead of the host.
Starting radvd and adding `` fixed the issue. Thank you!