mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update default_vars.yml
This commit is contained in:
parent
0e72a20a2b
commit
861e4d49fa
1 changed files with 4 additions and 4 deletions
|
@ -176,11 +176,11 @@ user_lan_iface: auto
|
|||
wan_ip: dhcp # wan_ip: 192.168.1.99
|
||||
wan_netmask: # wan_netmask: 255.255.255.0
|
||||
wan_gateway: # wan_gateway: 192.168.1.254
|
||||
# If nec dnsmasq can override ISP-provided DNS servers:
|
||||
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
||||
# If nec wan_nameserver can override ISP-provided DNS servers via dnsmasq:
|
||||
# /etc/resolv.conf dictates which backend is used for the machine itself, so
|
||||
# 127.0.0.1 means you get dnsmasq (so it works right away on Raspbian) while
|
||||
# 127.0.0.53 gives you systemd-networkd (so Ubuntu is NOT using the dnsmasq
|
||||
# setting for lookups, but LAN clients use the dnsmasq-specified upstream DNS).
|
||||
# 127.0.0.53 gives you systemd-networkd (so Ubuntu itself does NOT use this
|
||||
# dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!)
|
||||
wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
||||
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…
Add table
Add a link
Reference in a new issue