mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
wan_ipV4LL -> wan_ipv4ll
This commit is contained in:
parent
60e3701eb0
commit
b38480a739
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ iiab_gateway_enabled: False
|
|||
# wan_try_dhcp_then_static_ip: True # Facilitate field updates w/ cablemodems.
|
||||
# dhcp_timeout: 10 # Revert to Static IP or 169.254.x.y if DHCP isn't
|
||||
# detected on the Ethernet network in 10 seconds (dhcpcd default is 30 sec).
|
||||
# wan_ipV4LL: False # Keep this as 'False' to strongly mandate Static IP
|
||||
# <wan_ip> for eth0 (and avoid 169.254.x.y when DHCP isn't detected).
|
||||
# wan_ipv4ll: False # Keep this as 'False' to strongly mandate Static IP
|
||||
# <wan_ip> for eth0 (and avoid link-local 169.254.x.y if DHCP isn't detected).
|
||||
#
|
||||
# Change this to 'True' if you want the 3-steps below:
|
||||
# 1. Try to set eth0 as Static IP <wan_ip> (if 'arp <wan_gateway>' responds).
|
||||
|
|
Loading…
Reference in a new issue