Redirect

Hi Guys,

Can anyone tell me how I can redirect someone without making use of a proxy. I have a setup whereby the management can access any website and staff only certain websites. I want to redirect the staff to their company website when trying to access any sites their not supposed to. currently I am dropping all unwanted traffic.

If you are already blocking all unwanted traffic, you can redirect sites in DNS, and also, you should be OK with creating 1 hosts file with same redirects, and then copy them all way across the network. Its not Mikrotik related, but give it a try.

/ip firewall nat
add chain=dstnat src-address-list=staff dst-address-list=websites_allowed_for_staff protocol=tcp dst-port=80,443 action=accept
add chain=dstnat src-address-list=staff protocol=tcp dst-port=80,443 action=dst-nat to-addresses=1.2.3.4