i want to allow some ip to connected netwoek via LAN Port
LAN network 192.168.1.0/24
if i want to allow 192.168.1.100 and 192.168.1.101 and block other ip
first rule set source ip 192.168.1.100 and 192.168.1.101 > action “allow”
second rule set source ip 192.168.1.0/24 > action “drop”
is it correct?
Could you clarify what you’re trying to achieve? I assume you want to allow WAN access only for the two LAN devices (192.168.1.100 and 192.168.1.101) on your network.
If that’s the case, the two Traffic Rules should be sufficient:
The first rule rejects all traffic from LAN to WAN.