From 88bc30e8d6357404ed2500bab8f1e6852b580ab5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 3 Sep 2019 16:42:44 -0400 Subject: [PATCH] Update dhcpcd.conf.j2 --- roles/network/templates/network/dhcpcd.conf.j2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/network/templates/network/dhcpcd.conf.j2 b/roles/network/templates/network/dhcpcd.conf.j2 index 7e8fe42fc..668e65848 100644 --- a/roles/network/templates/network/dhcpcd.conf.j2 +++ b/roles/network/templates/network/dhcpcd.conf.j2 @@ -68,9 +68,10 @@ static ip_address={{ wan_ip }}/24 static routers={{ wan_gateway }} static domain_name_servers={{ wan_nameserver }} -# Check for DHCP on the wire first (for occasional field updates of IIAB, -# e.g. using "cablemodem" Ethernet ports) before falling back to above Static -# IP (e.g. 192.168.1.99 in Chiapas, Mexico) as used for everyday classrooms. +# Check for DHCP on the wire first (for occasional field updates of IIAB, e.g. +# Ethernet cable to a "cablemodem") before falling back to the above Static IP +# (e.g. IIAB as 192.168.1.99 in Chiapas, Mexico where schools have typically +# hard-coded their student PC's as 192.168.1.1, 192.168.1.2, 192.168.1.3, etc). interface {{ iiab_wan_iface }} fallback static_eth0 {% else %}