mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
running - double check after rebase
This commit is contained in:
parent
37b8e3fdb6
commit
8e37472fbf
5 changed files with 61 additions and 35 deletions
|
@ -40,9 +40,11 @@ slaac private
|
|||
|
||||
# supplied by IIAB
|
||||
|
||||
denyinterfaces {% if gui_static_wan == true %} {{ iiab_wan_iface }} {% endif %} {% if iiab_wireless_lan_iface != "none" %} {{ iiab_wireless_lan_iface }} {% endif %} {% if discovered_lan_iface != "none" %} {{ discovered_lan_iface }} {% endif %}
|
||||
#{% if gui_static_wan == true %}
|
||||
#denyinterfaces {{ iiab_wan_iface }}
|
||||
#{% endif %}
|
||||
|
||||
{% if dhcpcd_result == "enabled" and iiab_lan_iface == "br0" %}
|
||||
{% if dhcpcd_result == "enabled" and iiab_lan_iface != "none" %}
|
||||
interface {{ iiab_lan_iface }}
|
||||
static ip_address={{ lan_ip }}/19
|
||||
static routers={{ lan_ip }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue