mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
# Generate Stable Private IPv6 Addresses instead of hardware based ones
|
||||||
slaac private
|
slaac private
|
||||||
|
|
||||||
|
# don't let dhcpcd mess with IIAB LAN
|
||||||
|
denyinterfaces br0 wlan0
|
||||||
|
|
||||||
# Example static IP configuration:
|
# Example static IP configuration:
|
||||||
{% if gui_static_wan == true %}
|
{% if gui_static_wan == true %}
|
||||||
interface {{ discovered_wan_iface }}
|
interface {{ discovered_wan_iface }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue