mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
wlan0 promiscuous pn iiab-hotspot-off...only if rpi
This commit is contained in:
parent
95f726e913
commit
b9f6dc5a7b
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@ systemctl stop dhcpd
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl restart dhcpcd
|
systemctl restart dhcpcd
|
||||||
systemctl restart networking
|
systemctl restart networking
|
||||||
|
|
||||||
|
# Experimental/Temporary workaround for WiFi "10SEC disease"
|
||||||
|
# https://github.com/iiab/iiab/issues/638#issuecomment-355455454
|
||||||
|
if grep -qi raspbian /etc/*release; then ip link set dev wlan0 promisc on; fi
|
||||||
|
|
Loading…
Reference in a new issue