Is there a way to have Mikrotik redirect the First HTTP Request from an IP address to a specific Server (Server accessible via IP address and HTML Page at Root Level) then allow users to surf unobstructed.
I thought that this DST-NAT rule would work, but I may not understand the limit-count and Limit-time fields. My goal was to have this redirect the first page visited, then allow normal web traffic for 1 day, then redirect again.
[admin@MKT] ip firewall dst-nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; Trying to make Homepage Redirect work then allow normal browsing
src-address=66.151.X.X/32 dst-address=:80 protocol=tcp limit-count=1 limit-time=1d action=redirect to-dst-address=66.151.Y.Y to-dst-port=80
当我使this rule, any web request from the computer times out. With the Rule Disabled the computer can access the page simply by typing in the servers IP address, so I know the server is up and running and that there is no routing issue from PC to Server.
Is there a better way to accomplish what I’m trying to achieve? I don’t think that hotspot functionality is what I’m looking for here since I don’t need any tracking or authentication, just display the page I want them to see as their initial HTTP Request.
Nate