mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
let dhcpcd do wan, make wan manual in interfaces for networking service (#238)
This commit is contained in:
parent
41dbbf167f
commit
2f528a13de
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ iface br0 inet static
|
||||||
dns-nameservers {{ lan_ip }}
|
dns-nameservers {{ lan_ip }}
|
||||||
{% if gui_static_wan == false %}
|
{% if gui_static_wan == false %}
|
||||||
auto {{ discovered_wan_iface }}
|
auto {{ discovered_wan_iface }}
|
||||||
iface {{ discovered_wan_iface }} inet dhcp
|
iface {{ discovered_wan_iface }} inet manual
|
||||||
{% else %} # gui_static_wan_ip is set
|
{% else %} # gui_static_wan_ip is set
|
||||||
iface {{ discovered_wan_iface }} inet static
|
iface {{ discovered_wan_iface }} inet static
|
||||||
address {{ gui_static_wan_ip }}
|
address {{ gui_static_wan_ip }}
|
||||||
|
|
Loading…
Reference in a new issue