Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Time limited access

Reply
Thread Tools Display Modes

Time limited access

 
 
Bo Herrmannsen
Guest
Posts: n/a

 
      03-09-2008, 12:39 PM
hi..

i'm lokking for a solution.. i want to offer costumers timelimited access to
my wireless network... but how can i do that?

i was thinking about a radius server that the AP calls when auth. the
user.... but the user must be deleted after a certain time after first
connect (i.e. the costumer will be handed a random generated username and
password)

i run my own linux server and was wondering if there is a package that will
give me:

radius server
webpage to admin users and make random passwords/users
delete users after lets say 3 hours (must be setable when generating
user/password)


regards bo



 
Reply With Quote
 
 
 
 
Bo Herrmannsen
Guest
Posts: n/a

 
      03-09-2008, 12:41 PM
doh....

forgot to say that my server runs fedora 8 (all packages installed) and
webmin to manage it

/bo


"Bo Herrmannsen" <(E-Mail Removed)> skrev i en meddelelse
news:47d3e88b$0$15878$(E-Mail Removed) k...
> hi..
>
> i'm lokking for a solution.. i want to offer costumers timelimited access
> to my wireless network... but how can i do that?
>
> i was thinking about a radius server that the AP calls when auth. the
> user.... but the user must be deleted after a certain time after first
> connect (i.e. the costumer will be handed a random generated username and
> password)
>
> i run my own linux server and was wondering if there is a package that
> will give me:
>
> radius server
> webpage to admin users and make random passwords/users
> delete users after lets say 3 hours (must be setable when generating
> user/password)
>
>
> regards bo
>
>
>



 
Reply With Quote
 
NetSteady
Guest
Posts: n/a

 
      03-09-2008, 04:12 PM
Bo,

There are a number of options out there. What I need to know is the
following:

1) What do you use to do the webpage redirect?

2) How many users will you have online at a time (on average)

3) Have you already selected your wireless equipment.

Please feel free to contact me directly if you'd like.

Chris Hutchison
http://www.netsteady.net
 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a

 
      03-09-2008, 07:49 PM
Bo Herrmannsen wrote:
> hi..
>
>
> i run my own linux server and was wondering if there is a package that will
> give me:
>
> radius server


yum install freeradius

configuring it is the doozy...

> webpage to admin users and make random passwords/users
> delete users after lets say 3 hours (must be setable when generating
> user/password)


freeradius comes with various database connectors. I suspect one could
write some php and perl to achieve the above.
 
Reply With Quote
 
Bo Herrmannsen
Guest
Posts: n/a

 
      03-10-2008, 11:54 AM
> 1) What do you use to do the webpage redirect?

nothing.. i dont have a solution yet... i have tried with chillispot and
freeradius/mysql... no luck... i cant get mysql and freeradius working
together

> 2) How many users will you have online at a time (on average)


5... 10 at max

> 3) Have you already selected your wireless equipment.


yes.... WRT54GL.. thinking of loading it with dd-wrt



but again.. i'm looking for a simple thing... i got chillispot working...
but it needs a radius server.. witch need to connect to sql to verify useres





"NetSteady" <(E-Mail Removed)> skrev i en meddelelse
news:da273655-34c0-42ac-a016-(E-Mail Removed)...
> Bo,
>
> There are a number of options out there. What I need to know is the
> following:
>
> 1) What do you use to do the webpage redirect?
>
> 2) How many users will you have online at a time (on average)
>
> 3) Have you already selected your wireless equipment.
>
> Please feel free to contact me directly if you'd like.
>
> Chris Hutchison
> http://www.netsteady.net



 
Reply With Quote
 
Bo Herrmannsen
Guest
Posts: n/a

 
      03-10-2008, 11:58 AM
i got freeradius running...

i only miss the config part... freeradius wont load when setup to use mysql

it stops reading the config when it comes to sql... guess it cant find the
sql module, but it is installed

so far i have installed(on top of fedora 8 - all packages):

http://www.chillispot.info/download/....0RC3.i386.rpm
ftp://rpmfind.net/linux/fedora/relea...1.fc8.i386.rpm
ftp://rpmfind.net/linux/fedora/relea...4.fc8.i386.rpm
ftp://rpmfind.net/linux/fedora/relea...1.fc8.i386.rpm

anyone have a running freeradius/mysql on a fedora box?




"Mark McIntyre" <(E-Mail Removed)> skrev i en meddelelse
news:x3YAj.22285$(E-Mail Removed)...
> Bo Herrmannsen wrote:
>> hi..
>>
>>
>> i run my own linux server and was wondering if there is a package that
>> will give me:
>>
>> radius server

>
> yum install freeradius
>
> configuring it is the doozy...
>
>> webpage to admin users and make random passwords/users
>> delete users after lets say 3 hours (must be setable when generating
>> user/password)

>
> freeradius comes with various database connectors. I suspect one could
> write some php and perl to achieve the above.



 
Reply With Quote
 
Bo Herrmannsen
Guest
Posts: n/a

 
      03-10-2008, 12:21 PM
try this.... https://www.tina-og-bo.dk/

clik at the login link.... the chillispot part works... but it cant do an
auth...

my guess is because freeradius is not working right...

but if i do a

radtest steve testing localhost 1812 theradiussecret

it gives me

Sending Access-Request of id 39 to 127.0.0.1 port 1812
User-Name = "steve"
User-Password = "testing"
NAS-IP-Address = 255.255.255.255
NAS-Port = 1812
rad_recv: Access-Accept packet from host 127.0.0.1:1812, id=39, length=71
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-IP-Address = 172.16.3.33
Framed-IP-Netmask = 255.255.255.0
Framed-Routing = Broadcast-Listen
Filter-Id = "std.ppp"
Framed-MTU = 1500
Framed-Compression = Van-Jacobson-TCP-IP


so i know that radius is ok... it's just not running with my sql

so at the login link i gave above one should thing that steve and testing
for uer/pass should work.... but it does not

you will quickly note that the url is someway wrong

https://tina-og-bo.dk/cgi-bin/hotspo...00-00-00-00-00

but if i change the ip in the link it wont work at all




"Bo Herrmannsen" <(E-Mail Removed)> skrev i en meddelelse
news:47d53099$0$15873$(E-Mail Removed) k...
>i got freeradius running...
>
> i only miss the config part... freeradius wont load when setup to use
> mysql
>
> it stops reading the config when it comes to sql... guess it cant find the
> sql module, but it is installed
>
> so far i have installed(on top of fedora 8 - all packages):
>
> http://www.chillispot.info/download/....0RC3.i386.rpm
> ftp://rpmfind.net/linux/fedora/relea...1.fc8.i386.rpm
> ftp://rpmfind.net/linux/fedora/relea...4.fc8.i386.rpm
> ftp://rpmfind.net/linux/fedora/relea...1.fc8.i386.rpm
>
> anyone have a running freeradius/mysql on a fedora box?
>
>
>
>
> "Mark McIntyre" <(E-Mail Removed)> skrev i en meddelelse
> news:x3YAj.22285$(E-Mail Removed)...
>> Bo Herrmannsen wrote:
>>> hi..
>>>
>>>
>>> i run my own linux server and was wondering if there is a package that
>>> will give me:
>>>
>>> radius server

>>
>> yum install freeradius
>>
>> configuring it is the doozy...
>>
>>> webpage to admin users and make random passwords/users
>>> delete users after lets say 3 hours (must be setable when generating
>>> user/password)

>>
>> freeradius comes with various database connectors. I suspect one could
>> write some php and perl to achieve the above.

>
>



 
Reply With Quote
 
Bo Herrmannsen
Guest
Posts: n/a

 
      03-10-2008, 02:15 PM
i got radius and mysql working....

now i only have to figure out a way to enter a user and pass in the sql
database....


but the login / ip nuumber problem is still there


but only 2 things to go is not bad


"Bo Herrmannsen" <(E-Mail Removed)> skrev i en meddelelse
news:47d535c7$0$15872$(E-Mail Removed) k...
> try this.... https://www.tina-og-bo.dk/
>
> clik at the login link.... the chillispot part works... but it cant do an
> auth...
>
> my guess is because freeradius is not working right...
>
> but if i do a
>
> radtest steve testing localhost 1812 theradiussecret
>
> it gives me
>
> Sending Access-Request of id 39 to 127.0.0.1 port 1812
> User-Name = "steve"
> User-Password = "testing"
> NAS-IP-Address = 255.255.255.255
> NAS-Port = 1812
> rad_recv: Access-Accept packet from host 127.0.0.1:1812, id=39, length=71
> Service-Type = Framed-User
> Framed-Protocol = PPP
> Framed-IP-Address = 172.16.3.33
> Framed-IP-Netmask = 255.255.255.0
> Framed-Routing = Broadcast-Listen
> Filter-Id = "std.ppp"
> Framed-MTU = 1500
> Framed-Compression = Van-Jacobson-TCP-IP
>
>
> so i know that radius is ok... it's just not running with my sql
>
> so at the login link i gave above one should thing that steve and testing
> for uer/pass should work.... but it does not
>
> you will quickly note that the url is someway wrong
>
> https://tina-og-bo.dk/cgi-bin/hotspo...00-00-00-00-00
>
> but if i change the ip in the link it wont work at all
>
>
>
>
> "Bo Herrmannsen" <(E-Mail Removed)> skrev i en
> meddelelse news:47d53099$0$15873$(E-Mail Removed) k...
>>i got freeradius running...
>>
>> i only miss the config part... freeradius wont load when setup to use
>> mysql
>>
>> it stops reading the config when it comes to sql... guess it cant find
>> the sql module, but it is installed
>>
>> so far i have installed(on top of fedora 8 - all packages):
>>
>> http://www.chillispot.info/download/....0RC3.i386.rpm
>> ftp://rpmfind.net/linux/fedora/relea...1.fc8.i386.rpm
>> ftp://rpmfind.net/linux/fedora/relea...4.fc8.i386.rpm
>> ftp://rpmfind.net/linux/fedora/relea...1.fc8.i386.rpm
>>
>> anyone have a running freeradius/mysql on a fedora box?
>>
>>
>>
>>
>> "Mark McIntyre" <(E-Mail Removed)> skrev i en meddelelse
>> news:x3YAj.22285$(E-Mail Removed)...
>>> Bo Herrmannsen wrote:
>>>> hi..
>>>>
>>>>
>>>> i run my own linux server and was wondering if there is a package that
>>>> will give me:
>>>>
>>>> radius server
>>>
>>> yum install freeradius
>>>
>>> configuring it is the doozy...
>>>
>>>> webpage to admin users and make random passwords/users
>>>> delete users after lets say 3 hours (must be setable when generating
>>>> user/password)
>>>
>>> freeradius comes with various database connectors. I suspect one could
>>> write some php and perl to achieve the above.

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do you feel the credit crunch? Get the cash you need quickly andeasily-Limited Time Offer anuradhasatrah@gmail.com Broadband 2 03-19-2008 12:01 PM
limited web access - possible DNS problem Pinhas Linux Networking 0 11-20-2005 06:30 AM
Re: Time Synchronisation without Internet Access or 3rd party time server Katherine Coombs Windows Networking 4 08-11-2004 12:57 AM
Time Synchronisation without Internet Access or 3rd party time server Katherine Coombs Windows Networking 2 08-10-2004 04:21 PM
Free advertising - limited time only Sedgie Home Networking 0 10-31-2003 10:07 AM



1 2 3 4 5 6 7 8 9 10 11