How to redirect some web page (Example:www.google.com) to the user once time after login?
im using pppoe
many thxxx
You can redirect them to a web site very easily with a NAT rule
/ip firewall nat
add chain=dstnat action=dst-nat protocol=tcp dst-port=80 to-address="ip of web server"
As far as doing it only once at login, you are probably going to have to play around with another rule or two to see if they have gone to the IP address of the web server and add them to an address list if they have, and that will time out after a period of time. Either that or a script that will check on the status of the PPPoE tunnel and if it’s not up remove that IP address from the address list so next time they sign in they are caught by the rule again.