shovon
August 9, 2011, 6:06am
1
RouterBoard 750G (RouterOS 4.17)
Hi, I blocked some websites by exactly following this guide: http://wiki.mikrotik.com/wiki/How_to_Block_Websites_&_Stop_Downloading_Using_Proxy
Now I need to unblock one of those blocked websites. How can I do that? Thanks in advance.
normis
August 9, 2011, 6:08am
2
go to the menu “/ip proxy access” and remove the entries which block these sites.
shovon
August 9, 2011, 6:24am
3
Thanks. Yes, but I wanna know the command to remove those entries. I tried “remove” but it didn’t work. I also tried “action=allow” but that didn’t work too. I also tried this command: /ip proxy access
remove dst-host=www.example.com …but no luck. Pls. help.
normis
August 9, 2011, 6:27am
4
something like this:
[admin@MikroTik] /ip proxy access> print
Flags: X - disabled
# DST-PORT DST-HOST PATH METHOD ACTION HITS
0 google.com deny 0
[admin@MikroTik] /ip proxy access> remove 0
[admin@MikroTik] /ip proxy access>
basically do a Print command to find out entry numbers, then type “remove” and then the number
shovon
August 9, 2011, 7:11am
5
normis:
something like this:
[admin@MikroTik] /ip proxy access> print
Flags: X - disabled
# DST-PORT DST-HOST PATH METHOD ACTION HITS
0 google.com deny 0
[admin@MikroTik] /ip proxy access> remove 0
[admin@MikroTik] /ip proxy access>
basically do a Print command to find out entry numbers, then type “remove” and then the number
Great!!! It works!!! Thanks a lot
Feklar
August 9, 2011, 1:37pm
6
Also the find function will help you a lot when trying to edit things via the CLI.
/ip proxy access remove [find dst-host=www.example.com]
shovon
August 9, 2011, 6:32pm
7
A very useful tip. Thank you.
You can unblock it using some sort of proxy, here is list of proxies that are working.
jasmeen
February 17, 2016, 10:33am
9
I tried “remove” but it didn’t work. I also tried “action=allow” but that didn’t work too.