Hello,
I’ve been trying to get DHCP working via AdGuard Home running inside a container on my Proxmox host (PVE). The DHCP Discover requests are correctly received, and Offers are generated. I can see the DHCP Offers on the ens88p0 interface using tcpdump, but these offers do not seem to leave the PVE host.
To troubleshoot, I’ve attempted to broadcast a UDP packet using netcat from within the Proxmox Host:
Read more
I’ve been trying to get DHCP working via AdGuard Home running inside a container on my Proxmox host (PVE). The DHCP Discover requests are correctly received, and Offers are generated. I can see the DHCP Offers on the ens88p0 interface using tcpdump, but these offers do not seem to leave the PVE host.
To troubleshoot, I’ve attempted to broadcast a UDP packet using netcat from within the Proxmox Host:
Code:
echo "Test Broadcast" | nc -u 192.168.0.56...
Read more