Open Doug411 opened 9 months ago
Hi, any chance you can take a look at this? I'd really appreciate being able to get my DNS requests going through my VPN, but am unable to do so until this is resolved (because my DHCP Server is being blocked by gluetun on macvlan).
Thanks,
Doug
any updates?
Is this urgent?
Yes
Host OS
Debian Bullseye
CPU arch
arm64
VPN service provider
NordVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
latest
What's the problem 🤔
I have 2 current issues:
Priority 1 ISSUE: The DHCP Server in my AdguardHome Container is not receiving DHCP requests when Network Mode is a Gluten Service/container and network type is macvlan. See Docker Compose Below. If I set a static IP and DNS on the client, then DNS queries work perfectly under this configuration, and I get full ad blocking. When I connect my Adguard container directly to the macvlan network (without gluetun), then everything works including DHCP. Therefore it seems the problem is Gluetun related (not Macvlan). When i look at the adguard logs... its listening for DHCP on udp port 67. But nothing comes through. When i stop the adguard container it shows that port 67 is closed. (clearly i have it open in my ports within Gluten). I've tried remapping it, but same thing occurs.
My use case is Adguard home.
This is what I've tried and what works/doesnt work