Just finished setting up PiHole in a Docker container, no Internet on Android phone when using it as DNS

Running in a Docker container, ports 80 and 53 were already in use so in the docker compose file I set them up to 8081 and 8053. Server's ip is 192.168.1.107, so I put the ip as the DNS on my Android phone, but now I get no Internet.

Expected Behaviour:

Internet should work fine.

Actual Behaviour:

I get no internet.

Debug Token:

https://tricorder.pi-hole.net/l4WbISVb/

You avoided the port conflict, but probably no DNS queries will be sent to port 8053.

Devices usually only use port 53 for DNS. You won't be able to use a different port.

You need to disable whatever is using port 53 on your host to allow Pi-hole to answer DNS queries.

Figured that might be the issue, hence why I mentioned it immediately. I'll figure out what is taking up port 53, thanks.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.