Redirect pppoe users to a pay now website

Hello,
I have been trying to redirect users to a paynow website for like 6 hours now and its not working. I have a pppoe server and I setup a profile for non payment users. I get the user to redirect when the login but it only happends one time. I want in to happen every time they try to navigate.

I noticed that using this " http://wiki.mikrotik.com/wiki/Payment_Reminders " it creates a blacklist for the ip, thats fine but the timeout its for 24 hours.. I have tried to change this but since this is created when the user signs in I have no idea where to change it.

I would like 10 time better to have the http traffic for that address list to just goto a website. Can anyone help me?

Daniboy

Hello,

I got it working!!! For anyone who needs it here it is,

/ip firewall Nat
add chain=dstnat action=redirect to-ports=8081 protocol=tcp src-address=172.16.50.1-172.16.50.254 dst-port=80 comment=”Redirect to Proxy” disable=no
/ip proxy
Set port=8080,8081
/ip proxy Access
add action=allow disabled=no dst-address= 64.118.86.41
add action=deny disabled=no redirect-to=“http://blabla.com/payment-reminder.html