[GH-ISSUE #254] Internal DNS resolution Issue #224

Closed
opened 2026-02-26 06:31:36 +03:00 by kerem · 1 comment
Owner

Originally created by @mspencerl87 on GitHub (Dec 11, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/254

I've come to the conclusion posted here
https://forums.unraid.net/topic/76460-support-djoss-nginx-proxy-manager/?do=findComment&comment=797477

That this is and issue with DNS resolution
All containers running under "Bridged" in docker 172.17.x.x

Example
Setting up proxyhosts
http://internalserver:80 -502 Bad Gateway - nginx

Using
http://172.17.0.7:80 - Page loads fine.

docker exec -it NginxProxyManager Sh
nslookup 172.17.0.7 "can't resolve does not resolve (null)
ping 172.17.0.7
PING 172.17.0.7 (172.17.0.7): 56 data bytes
64 bytes from 172.17.0.7: seq=0 ttl=64 time=0.048 ms

Originally created by @mspencerl87 on GitHub (Dec 11, 2019). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/254 I've come to the conclusion posted here https://forums.unraid.net/topic/76460-support-djoss-nginx-proxy-manager/?do=findComment&comment=797477 That this is and issue with DNS resolution All containers running under "Bridged" in docker 172.17.x.x Example Setting up proxyhosts http://internalserver:80 -502 Bad Gateway - nginx Using http://172.17.0.7:80 - Page loads fine. docker exec -it NginxProxyManager Sh nslookup 172.17.0.7 "can't resolve does not resolve (null) ping 172.17.0.7 PING 172.17.0.7 (172.17.0.7): 56 data bytes 64 bytes from 172.17.0.7: seq=0 ttl=64 time=0.048 ms
kerem closed this issue 2026-02-26 06:31:36 +03:00
Author
Owner

@mspencerl87 commented on GitHub (Dec 11, 2019):

The work around.. Was point to Unraid IP and use custom ports.. Ignoring hostnames...

<!-- gh-comment-id:564655985 --> @mspencerl87 commented on GitHub (Dec 11, 2019): The work around.. Was point to Unraid IP and use custom ports.. Ignoring hostnames...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#224
No description provided.