From 583de8d6ea85e05d7584b4fb2f2b562832ecdc77 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 16 Mar 2020 09:14:01 -0500 Subject: [PATCH] pyrocufflink-dhcp: Reassign 172.30.0.6 to web0.p.b The TCP ports 80 and 443 are NAT-forwarded by the gateway to 172.30.0.6. This address was originally occupied by *rprx0.pyrocufflink.blue*, which operated a reverse proxy for Bitwarden, Gitea, Jenkins, Nextcloud, OpenVPN, and the public web sites. Now, *web0.pyrocufflink.blue* is configured to proxy for those services that it does not directly host itself, effectively making it a web server, a reverse proxy, and a forward proxy (for OpenVPN only). Thus, it must take over this address in order to receive forwarded traffic from the Internet. --- group_vars/pyrocufflink-dhcp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/pyrocufflink-dhcp.yml b/group_vars/pyrocufflink-dhcp.yml index f199b58..6e3f834 100644 --- a/group_vars/pyrocufflink-dhcp.yml +++ b/group_vars/pyrocufflink-dhcp.yml @@ -108,9 +108,9 @@ dhcp_reservations: - host: file0.pyrocufflink.blue ip_addr: 172.30.0.5 mac_addr: 52:54:00:2a:9b:7e -- host: rprx0.pyrocufflink.blue +- host: web0.pyrocufflink.blue ip_addr: 172.30.0.6 - mac_addr: 52:54:00:03:af:e5 + mac_addr: 52:54:00:ef:16:ac - host: zbx0.pyrocufflink.blue ip_addr: 172.30.0.7 duid: ff:4a:0e:44:56:00:02:00:00:ab:11:ef:11:04:5c:28:85:54:96