Mikrotik's hotspot service is quite amazing considering what it costs. It does have some limitations though. One of these is the fact that you cannot set a data limit to the trial account, only a time limit. Luckily there are a few workarounds for this, the original concept for this comes from www.mikrotik-routeros.com but I have corrected a couple of bugs and added some functionality. Start by creating your FreeUser profile: IP>HOTSPOT>USER PROFILES>ADD Name: FreeUser You can customize this as you like, my preference is to only allocate 512k of bandwidth to the free users Create the following two scripts on your routerboard by going to SYSTEM>SCRIPTS>ADD Script 1: The first script is the one that checks if a user has reached your specified limit, you can change the limit in the second line of the script. Name: limitdata #Set your dowload limit in MegaBYTES! :local downloadlimitmb "50" ### You will not need to edit anything below this line ### :loc...
Increase the internet access speed significantly while saving quota bandwidth usage is the main goal of the open source squid development as the proxy server. This far Squid developers have many experiments and improvement to build the proxy server that more stable in high performance. Until the time this article was written, Squid have released version 3.5.4 , squid 4 is still experimental. Different with squid 2.7 , squid 3.5.x is need to be compiled to use this version. This would give more flexibility in the application and development of squid to build proxy server. In order to implement squid 3.5.x in Windows operating system directly, it should be compiled by the application before it can be used. Of course If you are a programmer which are used to create software and applications, it would be for you. But for most people, it would be hard to compile the source squid 3.5.x and implement it directly on windows. Some developers have been made ea...
Comments
Post a Comment