goTVm
January 6, 2024, 6:35pm
1
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.
goTVm
January 7, 2024, 11:59am
3
Figured that might be the issue, hence why I mentioned it immediately. I'll figure out what is taking up port 53, thanks.
system
Closed
January 28, 2024, 11:59am
4
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.