1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

deny Lan for dhcpcd, will need work if wifi is used upstream

This commit is contained in:
George Hunt 2017-09-15 23:19:55 +00:00
parent 5162aeba37
commit 298414537d

View file

@ -37,6 +37,9 @@ require dhcp_server_identifier
# Generate Stable Private IPv6 Addresses instead of hardware based ones
slaac private
# don't let dhcpcd mess with IIAB LAN
denyinterfaces br0 wlan0
# Example static IP configuration:
{% if gui_static_wan == true %}
interface {{ discovered_wan_iface }}