dch-gw: Add DHCP lease for file0.p.b

It is necessary for the file server to have a static address in order
for port forwarding for SSH to work.
jenkins-master
Dustin 2018-08-02 20:42:33 -05:00
parent a58b0f6523
commit cff7789862
1 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,9 @@ dhcp_reservations:
- host: dns0.pyrocufflink.blue - host: dns0.pyrocufflink.blue
ip_addr: 172.30.0.4 ip_addr: 172.30.0.4
mac_addr: 52:54:00:b8:8b:64 mac_addr: 52:54:00:b8:8b:64
- host: file0.pyrocufflink.blue
ip_addr: 172.30.0.5
mac_addr: 52:54:00:2a:9b:7e
- host: rprx0.pyrocufflink.blue - host: rprx0.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:03:af:e5