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.jenkins-master
parent
66c9581d7b
commit
583de8d6ea
|
@ -108,9 +108,9 @@ dhcp_reservations:
|
||||||
- host: file0.pyrocufflink.blue
|
- host: file0.pyrocufflink.blue
|
||||||
ip_addr: 172.30.0.5
|
ip_addr: 172.30.0.5
|
||||||
mac_addr: 52:54:00:2a:9b:7e
|
mac_addr: 52:54:00:2a:9b:7e
|
||||||
- host: rprx0.pyrocufflink.blue
|
- host: web0.pyrocufflink.blue
|
||||||
ip_addr: 172.30.0.6
|
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
|
- host: zbx0.pyrocufflink.blue
|
||||||
ip_addr: 172.30.0.7
|
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
|
duid: ff:4a:0e:44:56:00:02:00:00:ab:11:ef:11:04:5c:28:85:54:96
|
||||||
|
|
Loading…
Reference in New Issue