mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
br0 online tuning
This commit is contained in:
parent
842a14269a
commit
359f2b4b1c
2 changed files with 2 additions and 1 deletions
|
@ -30,4 +30,4 @@ CHAN=$(($CHAN / 5 ))
|
|||
echo "channel is $CHAN for $SSID"
|
||||
cp /etc/hostapd/hostapd.conf.iiab /etc/hostapd/hostapd.conf
|
||||
sed -i -e "s/^channel.*/channel=$CHAN/" /etc/hostapd/hostapd.conf
|
||||
systemctl reload-daemon
|
||||
systemctl daemon-reload
|
||||
|
|
|
@ -6,6 +6,7 @@ Name=br0
|
|||
Address={{ lan_ip }}/19
|
||||
LinkLocalAddressing=no
|
||||
ConfigureWithoutCarrier=yes
|
||||
RequiredForOnline=degraded-carrier
|
||||
# Commenting the below line as it has been causing race/looping issues between dnsmasq and systemd-resolved
|
||||
# IIAB ticket #1747
|
||||
#DNS={{ lan_ip }}
|
||||
|
|
Loading…
Reference in a new issue