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:
parent
cefa3119cf
commit
88bc30e8d6
1 changed files with 4 additions and 3 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue