Port 80 redirection

I need to redirect all http requests to a specific page
I would like to set a cookie when this happens.

When the cookie expires they will see the page again.

Is this possible or something simular?

Thanks,

Dan,

What you will need to do is have your webserver hand out the cookie. As the MT only acts a transparent proxy.

Matt

you can only redirect all http request from mikrotik to a webpage and the cookie expiration must be configured at the webserver


to do that
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=dst-nat to-addresses=your web server ip to-ports=your webserver port


regards