I am new to mikrotik, How can I to block users who do not pay, just blocking your IP?. But hostspot unused, because the need to give a username and password to the client, I find this annoying. And then as the redirected to a page within mikrotick or out on a web (not important) to give them some suspension message to customers
Best regard and thanks for any help
You can add them to an address list and then match that list in the mangle chain and redirect all web traffic to a web server that ha your payment portal on it. When they pay the server needs to remove then from the address list.
It can be achieved by various methods, depend on the network structure you have in place. Method can vary if you have no authentication / pppoe / hotspot or external Radius.
If using pppoe/hotspot, maybe something like below using a bit different approach?
http://aacable.wordpress.com/2012/11/14/non-payment-reminder-for-pppoe-clients-in-mikrotik/