Redirect Trafic for conference Urgent!!!

Hi Guys!


I will run a network with about 200 Computers , the Core Router it will be a RB433, on this network there is 4 computers that must have no access to the internet , they must just visit one website .

How do i setup the mikrotik for every time that the user put on the browser any website it redirect to the website that i want?


Please help me guys.


Thanks


Daniel Abreu.

Here is one way…

copy the 3 lines

change the destination to the webserver you want
and paste(right click) into terminal

/ip firewall nat
add action=dst-nat chain=dstnat comment=“” disabled=no dst-port=80 protocol=
tcp src-address=192.168.2.4-192.168.2.7 to-addresses=xxx.xxx.xxx.xxx

if you just use a bridge, don’t forget to enable firewall for the bridge

Takes care of port 80, but not https

RGDS

Hey Man!



Thanks very much for your help.


The rule really work , but the only problem is wend i put the site that i want on the rule and i hit the apply button the mikrotik resolve that name and become a IP, and then redirect me for a webmail page hahaha.

Do you know why?


Thanks

DANIEL aBREU