I have created a rule forward and output
our IP range is 192.168.0.0 till 254
The rules are created as:
Rule = Block
action : output
Src.add : 192.168.0.0/24
Layer7 : youtube&facebook as described in layer 7 protocols : ^.+(youtube.com|facebook.com).*$
Action : drop
and-----------
action : forward
Src.add : 192.168.0.0/24
Layer7 : youtube&facebook as described in layer 7 protocols : ^.+(youtube.com|facebook.com).*$
Action : drop
---
it is running perfectly.
-------------------------------------------------
But now when I have created Rule for Allow for few users as:
Rule = Allow
action : output
Src.add : 192.168.0.0/24
Layer7 : youtube&facebook as described in layer 7 protocols : ^.+(youtube.com|facebook.com).*$
Action : accept
and-------
Rule = Allow
action : forward
Src.add : 192.168.0.0/24
Layer7 : youtube&facebook as described in layer 7 protocols : ^.+(youtube.com|facebook.com).*$
Action : accept
---but it does't work.
----------------------------------------------------------
please correct me where I am wrong because I am not most familiar in Firewall.
your reply are welcome for above mentioned youtube & facebook. Also suggest to block and allow for video streaming sites by specific users.
Abdul Nasir