Firewall rule : Allow some IP Address

Hi

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?

Hello,

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:

  1. The first rule rejects all traffic from LAN to WAN.

  2. The second rule explicitly allows traffic to WAN only from the two specified LAN IPs.

Let me know if you have additional questions or need further assistance.

Best regards,

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.