HotSpot and Walled Garden

I have just setup my MikroTik router so that all hotspot users need to authenticate via my FreedRadius server (with MySQL). I setup a test user in FreeRadius and had them log in on the hotspot splash page and all went well.

Now, I have a backend billing program running (on the same network) with a signup page that gathers all the user information and then in turn dumps pertinant info into FreeRadius' database.

What I'd like to know is how can I send users that need to create an account to the signup page to create an username and password prior to authentication?

In theory it seemed simple... I would add a link on the splash page to go to the signup server. I created a walled garden but I am overlooking something because unauthenticated users keep getting redireted to the login page instead of getting the signup page.

Here is the info on the walled garden:

WALLED GARDEN
0 server=hotspot_test dst-host=sncgw.macronet.com path=signup/signup.cgi action=allow

AND THEN I TRIED WALLED GARDEN IP:

SERVER PROTOCOL DST-HOST DST-ADDRESS DST-PORT ACTION

0 hotspot blah 192.168.3.203 accept

Thanx,
Carol

HiCarol,

Unfortunately I cannot help you.

The reason I reply is because I want to run the same hotspot setup as you.

Can you help me please ?

Which backend billing program are you using ?
Please direct me to a manual/howto to setup Freeradius

Thanks

Dipdip

cblevins,

you have to adjust your walled garden rule. The path parameter is the path on the webserver, and needs to start with a slash in your case, so change your

path=signup/signup.cgi

to

path=/signup/signup.cgi

and access to your sign-up page should work…

Best regards,
Christian Meis

DipDip,

I apologize for not responding sooner.

I am using Freeside for the billing backend http://www.sisd.com/freeside And as far as setting up Freeradius, Ramona has a pretty good HOWTO on this post: http://forum.mikrotik.com/viewtopic.php?t=5756&highlight= That will give you a good overview of setting up Freeradius with MySQL and the Mikrotik. Freeside’s docs will give you decent overview of intergrating Freeside and Freeradius and then of course http://www.freeradius.org and it’s mailing list was most helpful. If I can help in anyway let me know.

Hope this helps.

And bitte Christian your advise worked with the walled garden :slight_smile: WooHoo!!!

Thanx,
Carol

Glad to help you!

Best regards,
Christian Meis