hey guys i just wanna know how to block all sites expect only 1 site example :
block ::all::
allow www.google.com
how can i do that ?
hey guys i just wanna know how to block all sites expect only 1 site example :
block ::all::
allow www.google.com
how can i do that ?
only if you force everybody to use proxy, and then use access list to block and allow, like you want
its my own network i have 20 pcs and i want to allow only 1 site to open , and i need to do it from the mikrotik not from pcs
Like I said, in RouterOS, you need to make a DST-NAT rule to force all PCs to use RouterOS as proxy (this method is called Transparent Proxy), then in RouterOS proxy access list, make your block rules.
can you give me some links how to do all these things ? im kinda noob