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:
parent
5162aeba37
commit
298414537d
1 changed files with 3 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue