Allow some users for complete internet access

Dear please help me out..

I have configured webproxy in RouterOS 5.18 and blocked some websites successfully , ( facebook,youtube etc…), Now I want to allow some users to access whole internet, I tired through Access list but still they are unable to access the website.

Place the allow rule above the deny rule.

Dear ,

I did the same. but no result.

first I created the deny rule
ip>webproxy>access>
dst.host = www.facebook.com
Action= deny

its work fine for my LAN ( 192.168.2.0/24)

But if i want to give access to single user ( 192.168.2.5)
ip>webproxy>access>
src.address= 192.168.2.5
dst.host= www.facebook.com
Action= Allow

But no result. still user unable to access the website.

lets see the output of

/ip proxy access print

Dear ,

I am sorry, I dont understand (/ip proxy access print) command. Could you please guide me in slight simple way ,

I know the /ip proxy access command. but dont now ( print) command.

Untitled.png

I cannot see any allow rule in there.

Create the required allow rule and place it ahead of the facebook deny rule.

The image above is just help for Latif123 , it is my web proxy not his :slight_smile:

thanks alot dear for your replies, but my issue is still persist, and have a look on my router with ( ip proxy access print)
Untitled.png

Move rule #2 to #0

WoW Great Mr.Skilfull and Thanks a lot such a nice help and devotion.
Finally I fix the issue with your help. Many Many thanks again. :slight_smile:

My last question in this topic :

can we add multiple dst.host in single line or not, like ( facebook.com, google.com, yahoo.com) ?

[admin@MikroTik] > ip proxy access print 
Flags: X - disabled 
 #   DST-PORT                                      DST-HOST                                PATH                                METHOD  ACTION HITS      
 0                                                 www.facebook.com, www.yahoo.com                                                     deny   0         
 1                                                 www.youtube.com                                                                     deny   0

it does`t put any syntax error when putting multiple dst.host, just try and see is it working…