Hi all
am blocking some web site. like youtube
i want some clients only can see youtube .
am do many test from access & direct but not work
can i do this in web proxy please.
thanks
Hi all
am blocking some web site. like youtube
i want some clients only can see youtube .
am do many test from access & direct but not work
can i do this in web proxy please.
thanks
Yes, this is possible. Create an access rule that allows client with IP address 10.10.10.1 to access youtube, then create a second rule that denies it for all the rest of the clients.
/ip proxy access
add action=allow comment="" disabled=no dst-host=youtube src-address=10.10.10.1
add action=deny comment="" disabled=no dst-host=youtube
thanks very much Mr.kirshteins
write answer
my mistake at the arranging the rule in access…
must be the allow before the deny ..