mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #505] Proxy on LAN doesn't work #430
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#430
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ColonelMouts on GitHub (Jul 15, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/505
Hello,
I've setup a test VM running Ubuntu Server 19.10 (had trouble with installing Docker on Ubuntu 20.04...) by following the instructions at https://nginxproxymanager.com/setup/. Keep in mind this is a vanilla setup, I've changed nothing in the config files.
For the life of me I can't seem to be able to proxy to any other server on a different local IP. Everything is going through my LAN; nothing is coming or going to the Internet so it's not a DNS issue.
Here's the network info:
So on Nginx Proxy Manager I do the following :
When I test it in a browser I get ERR_CONNECTION_TIMED_OUT so obviously nothing gets to the target VM.
I've checked my logs on my firewall and there's no trafic going from 192.168.10.17 to 192.168.0.70. It's like Nginx Proxy Manager is not even trying to send data over to 192.168.0.70
I've logged in the VM using SSH to do a ping test and it works fine. I've tried it in the docker container as well and trafic gets trough.
I really don't know what it could be so I was hoping you could help me with that
Thank you
@jtc42 commented on GitHub (Aug 29, 2020):
Presumably unless your docker container is set up to use the host network, it’ll be isolated from your LAN? I thought that’s how dockers internal network works.
@chaptergy commented on GitHub (May 12, 2021):
Are you able to get the default page when visiting 192.168.10.17? If not, this has to be an issue with exposing NPM to the network. If you do, check this directory inside the docker container:
/data/logs/and in there are a few files namedproxy_host-x.log. Look into these files to check whether the requests were received by nginx.But as this issue is fairly old and there hasn't been any activity lately I will close this for now.