From f91f7dbb97f1e516d9d4a5a30dc9afb93e0f3b8c Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 3 Sep 2019 14:50:44 -0400 Subject: [PATCH] New var wan_try_dhcp_before_static_ip --- vars/local_vars_medium.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 5d0c064d3..da9a1b560 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -45,18 +45,7 @@ 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_can_use_dhcp_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_link_local: False # Keep this as 'False' to strongly mandate Ethernet -# Static IP (and avoid link-local 169.254.x.y if DHCP isn't detected). -# -# Change this to 'True' if you want the 3-steps below: (e.g. for eth0 or eno1) -# 1. Try to set Ethernet Static IP (if 'arp ' responds). -# 2. Try to set Ethernet IP using DHCP, if DHCP responds within ~10 seconds. -# 3. Set Ethernet IP to a link-local address 169.254.x.y if both above fail. -# Details @ roles/network/templates/network/dhcpcd.conf.j2 for /etc/dhcpcd.conf +wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems # Enable "campus access" to ~10 common IIAB services like Kiwix (3000), KA Lite # (8008) and Calibre (8010 or 8080) etc, on the WAN side of your IIAB server.