mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #274] NPM and OpenVPN #242
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#242
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 @axiom00 on GitHub (Jan 16, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/274
Hi @jc21,
I have OpenVPN running on my home network for those times I need to remote back into my network. OpenVPN is configured to tunnel on port 1194/upd and 443/tcp. For the most part, I tunnel on port 1194 but on occasion I am at a client site that blocks port 1194 and have to resort to port 443 to exit their network.
Before installing NPM, both 1194 and 443 were forwaded to OpenVPN.
Now that NPM is installed, 1194 is still forwarded to OpenVPN, but 80/443 to NPM.
Any suggestions on configuring NPM and OpenVPN to share port 443?
Thanks.
@jc21 commented on GitHub (Jan 16, 2020):
I had a big response prepared to basically say "TCP doesn't share like that" but then a simple google has led me to this:
https://medium.com/bob-kfir-tech/how-to-have-openvpn-and-ssl-on-the-same-port-f0c8df2b2cc2
I don't use openvpn so I can't give it a go.
@axiom00 commented on GitHub (Jan 16, 2020):
Thanks! I'll give it a try.
From my research, it seems you can only accomplish this by putting something in front of NPM to split the traffic. sshl or haproxy.
Out of curiosity, what VPN are you using to remote back to your home network if you're using one?
@jc21 commented on GitHub (Jan 16, 2020):
I'm not. My domains are public and I use http method for letsencrypt verification.
@axiom00 commented on GitHub (Jan 16, 2020):
Got it. Thanks for the info.
@gartenbauer commented on GitHub (Jan 29, 2020):
@axiom00 Did you find a solution?
@axiom00 commented on GitHub (Jan 30, 2020):
@gartenbauer Unfortunately no. I tried running HAProxy on my pfsense firewall to split VPN and https but was unsuccessful. I'll make sure to update this issue if I end up figuring out a solution.