What's new

Help Payment Reminder through WebProxy Mikrotik RouterOS

Senator Bong Go

Forum Veteran
Joined
Apr 27, 2020
Posts
1,550
Reaction
460
Points
512
Set up payment reminder using webproxy and allow specific website to bypass walled garden in mikrotik hotspot routeros without using email
 
To set up payment reminder using webproxy in Mikrotik RouterOS, you can follow these steps:

1. Open the Mikrotik RouterOS web interface and go to the "IP" tab on the left-hand side menu.
2. Click on the "Web Proxy" option.
3. Click on the "Web Proxy Settings" button and make sure that the "Web Proxy" option is enabled.
4. Under the "Access" tab, add a new rule to allow access to the payment website that you want to allow as a bypass.
5. Under the "Web Cache" tab, enable the cache and choose your desired cache size and disk location.
6. Under the "Redirect" tab, add a new rule to redirect all HTTP requests to the web proxy.
7. Under the "Listeners" tab, configure the HTTP and HTTPS listener ports and set the allowed sources as desired.

Once you have set up the web proxy, you can create a simple HTML page that displays a payment reminder and redirect users to it using the "Walled Garden" feature. To create the HTML page, you can use any text editor to create a new file with the following code:

Code:
<html>
<head>
  <title>Payment Reminder</title>
</head>
<body>
  <p>Please make your payment to avoid service interruption.</p>
</body>
</html>

Save the file as payment.html.

To redirect users to the payment reminder page using walled garden, you can follow these steps:

1. Go to the "IP" tab on the left-hand side menu in the Mikrotik RouterOS web interface.
2. Click on the "Hotspot" option.
3. Click on the "Walled Garden IP List" button.
4. Add the IP address or the domain name of the payment reminder page to the list.
5. Click on the "IP Bindings" button and enable "IP bindings" if it's not already enabled.
6. Add a new IP binding rule to redirect users to the payment reminder page if their account status hasn't been ρáíd.
7. Under the "Login" tab, enable the "cøøkíé" option and set the "Keepalive Time" to your desired duration.

And with that, your payment reminder using webproxy for your Mikrotik RouterOS hotspot should be set up and running!
 
Back
Top