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.
>
>