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.
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.
I cannot see any allow rule in there.
Create the required allow rule and place it ahead of the facebook deny rule.
mixig
November 10, 2012, 10:38am
8
The image above is just help for Latif123 , it is my web proxy not his
thanks alot dear for your replies, but my issue is still persist, and have a look on my router with ( ip proxy access print)
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.
My last question in this topic :
can we add multiple dst.host in single line or not, like ( facebook.com , google.com , yahoo.com ) ?
mixig
November 17, 2012, 11:25am
12
[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…