-
After starting the firewall on the insiders build, all 5 GHz networks disappear on the WiFi Client tab. I've replicated this three times. Turning off the firewall does not bring 5 GHz networks back. This is on Pi Zero 2 W. A USB wifi dongle is used to connect to the client. The internal wifi is used as the hotspot. Any solution? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The iptables rules used to implement the firewall are defined here. The default behavior is to not apply any restrictions to the AP interface (defined by the ![]() Above, you'll notice that RaspAP enumerates the available interfaces on your device. RaspAP's firewall supports excluding multiple interfaces as well. I hope this answers your question. |
Beta Was this translation helpful? Give feedback.
The firewall did start working on my Pi Zero 2 W. I am not exactly clear why it's working now. I restarted the computer the following day and the firewall worked. I tried with a second micro SD card that also wasn't working. It works now too. So it may have been a restart.