From f303c02dd0a2d4bb477ff983b07eab69c6a27ea2 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 19 May 2024 10:03:10 -0600 Subject: [PATCH] vault backup: 2024-05-19 10:03:10 --- IT/Making nginx forward VPN and https traffic on tcp 443.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/IT/Making nginx forward VPN and https traffic on tcp 443.md b/IT/Making nginx forward VPN and https traffic on tcp 443.md index c4e8e4a..8877366 100644 --- a/IT/Making nginx forward VPN and https traffic on tcp 443.md +++ b/IT/Making nginx forward VPN and https traffic on tcp 443.md @@ -32,3 +32,9 @@ nginx: [emerg] bind() to 192.168.0.8:443 failed (99: Cannot assign requested add ``` I then googled a variety of things before determining that I'd configure the new IP in at an OS (and router?) level, then configure it in at an nginx level after. + +Following , I ran: +``` +sudo ip addr add 192.168.0.8/24 dev enX0 +``` +`192.168.0.8` \ No newline at end of file