There is a Masquerading rule
LAN network---->External IP
This allows all LAN users to access the Internet using private IP.
Now in the Packet Filter i put the first rule to block a specific IP accessing HTTP traffic but it does not work and still the user can access internet.
Rule1 UserIP----http---any---Drop
Rule 2 any-------http----UserIP----Drop
Rule 5 LAN network-----any-----any----Allow
How can i only block http traffic for a specific IP?
This thread was automatically locked due to age.