From 88afca2ef937e9815af973ad477acf2e5c4e077c Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 2 Sep 2019 17:54:29 -0400 Subject: [PATCH] Update local_vars_big.yml --- vars/local_vars_big.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 8ca1976f8..d8660c6bc 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -63,8 +63,12 @@ iiab_gateway_enabled: False # wan_netmask: 255.255.255.0 # wan_gateway: 192.168.1.1 # wan_nameserver: 192.168.1.1 -# wan_ipV4LL: False # Keep this as 'False' to strongly mandate the Static IP -# for eth0 when no DHCP is detected on the wire. +# +# 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 +# for eth0 (and avoid 169.254.x.y when DHCP isn't detected). # # Change this to 'True' if you want the 3-steps below: # 1. Try to set eth0 as Static IP (if 'arp ' responds).