I would like to block all traffic from a single lan IP to all other lan devices excluding the router. I'm using a dumb AP that doesn't support Openwrt so a VLAN or guest network aren't options. I've tried this firewall entry:
After enabling the rule and restarting the firewall, pings from 10.1.0.184 are still getting to other lan IP's. (Rule 0 and 1 do not allow this traffic.)
Is there a way to prevent a single lan device from accessing other ip addresses with this dumb AP?
What is your device? ubus call system board
in dsa you can use bridge filter directly (outside of scope of fw4)
with wifi you need to enable client isolation to land into bridge
in swconfig you need to make isolated device in separate eth0.new_wlan then you can filter adding that new vlan to br-lan
Or in more general approach - make a guest wifi for that device (if it is on the ethernet - add only that ethernet port, no wifi)
Upgrade to 23.05.5 (luci-app-attendedsysupgrade)
so it is swconfig. is the adverse device wifi or fixed?
We are not netgear support (you will have to block whole extender)
That's what I suspected, but I have found a bunch of mentions online of it being doable. The dumb AP provides wifi to other devices so I can't connect to it through a dedicated VLAN Ethernet port either.
If there's no way to do this I guess I'll be forced to add an Openwrt AP.
This isn't Netgear technical support?
Can't block the whole extender and I've already verified there's no way to do this on the Netgear AP. Looks like I'll have to add an OpenWRT AP.
Nope. The Netgear equipment is as basic as it gets and there's no way to relocate the existing OpenWRT router. I'll be adding a dumb OpenWRT AP which will provide the flexibility Netgear doesn't have, but I've been trying to avoid that because I already have an absurdly complex network.
I wasn't asking for Netgear support, I was trying to figure out if there was some way to do what I needed using my OpenWRT router. Sorry if I wasn't clear.