Running DHCP server inside of the Guest VM instead of the host.

2025-03-25 Thread gameplayer2019pl--- via Users
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.

2025-03-26 Thread gameplayer2019pl--- via Users
Starting radvd and adding `` fixed the issue. Thank you!