Need Mikrotik Guru Help with Muiltiple Hotspot with Pricing

Hi

A)
I have 4 hotspot server configure:

  1. Extreme55 ( Vlan55, 192.168.55.x/24) with HTTP-chap and trial user
  2. Express44 ( Vlan44, 192.168.44.x/24) with HTTP-chap and trial user
  3. Lite33 ( Vlan33, 192.168.33.x/24) with HTTP-chap and trial user
  4. UltraLite22 (Vlan22, 192.168.22.x/24) with HTTP-chap and trial user

B)
I have configure usermanager 4,(User_Manager_2010_06_23_005828.tar) on localhost ( the same phisical box). With extram express, lite. and ultralite users.

c)
I can log on to each Hotspot server with their test username OK,


The problem that i encountered is that no matter to which hotspot server i am connected to pretending I am future client, while trying to sign up i still see the same PRICINGS. How can i set hotspot pricing individualy, for each of them seperated so let say

Express with have $40 per month, Lite 30 and Ultra lite $20 per month?

How can i achieve this? If it is achievable.


Thanks

I use FreeRADIUS rather than User Manager. I do that with a custom php page that has access to the radius SQL database. I assign Mikrotik-Group attributes to each user in the radreply table, according to what speed they purchase. Then I enter each group in “/ip hotspot user profile” with the appropriate speed set in “rate-limit”.

However I have not been able to get multiple trial user profiles to demo the different speeds.

I am not certain I want to show everyone my php code tho. It does other stuff I don’t want anyone else to see.

Thanks you

Little :slight_smile:
What the other stuff lol xxxx lheheheh. Just joking.

cool

I didn’t mean to sound selfish. I said I didn’t want to show everyone my code, and I really meant for free. What I meant was maybe you should look towards a radius package other than User Manager if you want flexibility.

One of the things I can tell you is my php code adds my purchases to a custom table in the radius SQL database. I can easily see what I have made from each property and speed.

Would you be interested in a php/FreeRADIUS solution? There are a few php programmers here. :smiley: