1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update dhcpcd.conf.j2

This commit is contained in:
A Holt 2019-09-03 16:42:44 -04:00 committed by GitHub
parent cefa3119cf
commit 88bc30e8d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,9 +68,10 @@ static ip_address={{ wan_ip }}/24
static routers={{ wan_gateway }} static routers={{ wan_gateway }}
static domain_name_servers={{ wan_nameserver }} static domain_name_servers={{ wan_nameserver }}
# Check for DHCP on the wire first (for occasional field updates of IIAB, # Check for DHCP on the wire first (for occasional field updates of IIAB, e.g.
# e.g. using "cablemodem" Ethernet ports) before falling back to above Static # Ethernet cable to a "cablemodem") before falling back to the above Static IP
# IP (e.g. 192.168.1.99 in Chiapas, Mexico) as used for everyday classrooms. # (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 }} interface {{ iiab_wan_iface }}
fallback static_eth0 fallback static_eth0
{% else %} {% else %}