Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-09-2008, 01:39 PM
Bo Herrmannsen
Guest
 
Posts: n/a
Default Time limited access

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
  #2 (permalink)  
Old 03-09-2008, 05:12 PM
NetSteady
Guest
 
Posts: n/a
Default Re: Time limited access

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
  #3 (permalink)  
Old 03-09-2008, 08:49 PM
Mark McIntyre
Guest
 
Posts: n/a
Default Re: Time limited access

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
  #4 (permalink)  
Old 03-10-2008, 12:54 PM
Bo Herrmannsen
Guest
 
Posts: n/a
Default Re: Time limited access

> 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" <cmhutch@gmail.com> skrev i en meddelelse
news:da273655-34c0-42ac-a016-5987083c51db@m36g2000hse.googlegroups.com...
> 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
  #5 (permalink)  
Old 03-10-2008, 12:58 PM
Bo Herrmannsen
Guest
 
Posts: n/a
Default Re: Time limited access

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" <markmcintyre@spamcop.net> skrev i en meddelelse
news:x3YAj.22285$ea6.9784@en-nntp-01.dc1.easynews.com...
> 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
  #6 (permalink)  
Old 03-10-2008, 01:21 PM
Bo Herrmannsen
Guest
 
Posts: n/a
Default Re: Time limited access

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" <bo.herrmannsen@tina-og-bo.dyndns.dk> skrev i en meddelelse
news:47d53099$0$15873$edfadb0f@dtext01.news.tele.d 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" <markmcintyre@spamcop.net> skrev i en meddelelse
> news:x3YAj.22285$ea6.9784@en-nntp-01.dc1.easynews.com...
>> 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
  #7 (permalink)  
Old 03-10-2008, 03:15 PM
Bo Herrmannsen
Guest
 
Posts: n/a
Default Re: Time limited access

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" <bo.herrmannsen@tina-og-bo.dyndns.dk> skrev i en meddelelse
news:47d535c7$0$15872$edfadb0f@dtext01.news.tele.d 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" <bo.herrmannsen@tina-og-bo.dyndns.dk> skrev i en
> meddelelse news:47d53099$0$15873$edfadb0f@dtext01.news.tele.d 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" <markmcintyre@spamcop.net> skrev i en meddelelse
>> news:x3YAj.22285$ea6.9784@en-nntp-01.dc1.easynews.com...
>>> 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
Sponsored Links
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: router and/or access point? Jeff Liebermann alt.internet.wireless 7 02-14-2008 09:50 PM
Was Jesus Perfect God and Perfect Man at the Same Time? small giant alt.cellular.verizon 7 01-24-2008 08:00 PM
YOU MUST KNOW THIS MAN abdo911 alt.cellular.verizon 36 09-06-2007 01:14 AM
Expected accuracy of time clock on Intel Core-2 with Vista?? maruk2@hotmail.com alt.comp.hardware 15 05-18-2007 10:09 AM
Finarea (18185, 1899, 18866) Should Offer 07744 Access fgfgbgbg@googlemail.com uk.telecom.mobile 4 01-03-2007 05:31 PM


All times are GMT. The time now is 10:47 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45