mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
192.168.1.254 preferred over 192.168.1.1 in MX schools
This commit is contained in:
parent
467308e38d
commit
822a7f16d4
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ user_lan_iface: auto
|
|||
# See "How do I set a static IP Address?" for Ethernet, in http://FAQ.IIAB.IO
|
||||
wan_ip: dhcp # wan_ip: 192.168.1.99
|
||||
wan_netmask: # wan_netmask: 255.255.255.0
|
||||
wan_gateway: # wan_gateway: 192.168.1.1
|
||||
wan_nameserver: # wan_nameserver: 192.168.1.1
|
||||
wan_gateway: # wan_gateway: 192.168.1.254
|
||||
wan_nameserver: # wan_nameserver: 192.168.1.254
|
||||
wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
|
||||
# Details @ roles/network/templates/network/dhcpcd.conf.j2 for /etc/dhcpcd.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue