Rules for redirecting blocked customers

Hello friend, I’m having problems with blocking clients. When a customer is blocked in splynx and the customer pays the service and we unblock the client without internet, in many hearings we have to go to the client’s house and delete the history and there it works. That can not be so.

my reglas

/ip firewall nat
add action=masquerade chain=srcnat out-interface=vlan-wan
add action=dst-nat chain=dstnat dst-port=80 protocol=tcp src-address-list=
SpLBL_blocked to-addresses=163.172.163.146 to-ports=8101
add action=dst-nat chain=dstnat port=443 protocol=tcp src-address-list=
SpLBL_blocked to-addresses=163.172.163.146 to-ports=8101
add action=redirect chain=dstnat protocol=tcp src-address-list=SpLBL_blocked

good morning how are you? I have had the same problem and the quickest solution that I got to my problem was to place an observation on the error page “if you continue to see this page and have paid for their services please clean your browser history” I put a few links on how to do it … that way I could solve it … now the other way I got and I did not implement was to edit the pages so they are not saved in the browser cache

The code would be something like this:

for example:

<meta http-equiv =”Cache-Control” content =”no-cache”/>

This allows the page not to be stored in the browser cache.
Some browsers do not make the whole thing due to meta tags and you may need to put a combination of meta tags

for example:

<meta http-equiv="expires" content="0">
 
<meta http-equiv="Cache-Control" content="no-cache">
 
<meta http-equiv="Pragma" CONTENT="no-cache">

Note * Meta tags range between<head> and </ head>

Well, I hope this can help you.

He tried to put those rules in my mikrotik and they came off as being misspelled.

He tratado Erick de colocar estas regla en mi mikrotik pero no funcionan. como que si estuvieran mal escrita podrias ayudarme con esto por favor

no son reglas mikrotik son codigo html para que modifiques tu pagina de error

Yo pienso que tenemos que probar usar Proxy, porque simple DST nat no es suficiente

bueno mira yo lo use cree las regkas de rediccion de splynx y las puse antes que las reglas de hotspot y luego cree rutas nuevas y me funciono asi, pero los clientes siempre les quedaba la pagina y opte por editar el html de cada una de las paginas de error y poner el no-cache y de verdad no he tenido mas quejas