From 763624bff118d0f97e8a1f237215febf8144c173 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 2 Sep 2019 17:54:54 -0400 Subject: [PATCH] Update main.yml --- roles/network/defaults/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/roles/network/defaults/main.yml b/roles/network/defaults/main.yml index a589b2d47..1db75dcf3 100644 --- a/roles/network/defaults/main.yml +++ b/roles/network/defaults/main.yml @@ -6,15 +6,19 @@ # ports_externally_visible: 3 # https://github.com/iiab/iiab/wiki/IIAB-Networking#firewall-iptables -# Ethernet - IF NECESSARY, CUSTOMIZE THESE 4+1 VARS IN /etc/iiab/local_vars.yml +# Ethernet - IF NECESSARY, CUSTOMIZE THESE 4+3 VARS IN /etc/iiab/local_vars.yml # # See "How do I set a static IP Address?" for eth0 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_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).