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 %}