redirect to a certain webpage just first time

For a low cost almost free profile on pppoe we would like that our customers are redirected (or that home page …) to a certain webpage (our webpage).

This just the first time they connect (then they must be free of browsing).

I have no idea on ho to do it, is it possible?

(I am using pppoe, no hotspots, customers are on a fix network,LAN)

thanks
Gianluca

any idea out there?

It can be easyly done if MikroTik can execute a scripts on connect/disconnct. For now there is no such think. A way to do this is to use a “fake” profiles. End have an scheduler rule which changes the profile. The script should looks like this:

:foreach i in [/ppp active find profile=fake] do {
     /ppp secret set [/ppp active get $i name] profile=real
}

thanks.

I suppose that then I have to write a script that use dst-nat for that new user.
but then do have to make this rule active just for 10 seconds (and what if customer starts brwosing just after 1 minute), or how ?

My idea is this.. use some ip-pool for fake, and dst-nat for this pool… The user must disconnect the first time and then reconnect again..

dont understand it, ip-pool for fake ?