vault backup: 2024-05-19 09:55:53
This commit is contained in:
parent
3b5e154527
commit
c5367ac0e2
@ -7,7 +7,7 @@ I have a Debian VM running on `192.168.0.6` that runs an "nginx hub" that I'd li
|
|||||||
|
|
||||||
Given I only have one external IP, I want the ability to handle both OpenVPN traffic and https traffic on port TCP/443. I know it's possible to reverse proxy raw TCP traffic, and it's apparently possible to reverse proxy openvpn traffic through nginx.
|
Given I only have one external IP, I want the ability to handle both OpenVPN traffic and https traffic on port TCP/443. I know it's possible to reverse proxy raw TCP traffic, and it's apparently possible to reverse proxy openvpn traffic through nginx.
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
Right now, it appears that I can't do that with one IP because that would require two separate nginx components listening on the same port, or that's what I ascertained from the logs.
|
Right now, it appears that I can't do that with one IP because that would require two separate nginx components listening on the same port, or that's what I ascertained from the logs.
|
||||||
|
|
||||||
@ -26,3 +26,4 @@ When trying to start with that change applied, I got the error:
|
|||||||
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
|
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
|
||||||
```
|
```
|
||||||
## IP Aliasing
|
## IP Aliasing
|
||||||
|
Hoping in vain that nginx would somehow be able to request the provided IP from the dhcp
|
Loading…
Reference in New Issue
Block a user