Hi, I have created one hotspot with a openwrt router and chillispot. I use a remote server radius (freeradius) for authenticate users of hotspot. I have inserted in clients.conf Ip of the router: clients 82.256.52.11 { secret = testing123 shortname = test } With this configuration all working fine but unfortunately router has a Dynamic Ip therefore a can't use its Ip in clients.conf Thus i try to insert a dyndns domain of the router in clients.conf clients router.dyndns.org { secret = testing123 shortname = test } but with my displeasure freeradius doesn't recognize client. Same suggestions?? Thanks
Hi,
I have created one hotspot with a openwrt router and chillispot. I use a remote server radius (freeradius) for authenticate users of hotspot.
use a VPN between the 2 systems - then you can simply use the VPN tunnel addresses for each system to talk to each other - securely! openvpn works fine on the openwrt - i dont know what your chillispot box is, but i'm sure that too should be fine - there are packages for most distros alan
Hi, just a guess: Ensure that you have following line radiusd.conf: hostname_lookups = yes Milan Holub holub (at) thenet (dot) ch -------------------------------------- TheNet-Internet Services AG, im Bernertechnopark, Morgenstr. 129 CH-3018, Bern, Switzerland 031 998 4333, Fax 031 998 4330 http://www.thenet.ch http://wlan.thenet.ch --------------------------------------
Hello black, Friday, May 04, 2007, 12:18:00 PM, you wrote: black devils> Hi, black devils> I have created one hotspot with a openwrt router and chillispot. I use a black devils> remote server radius (freeradius) for authenticate users of hotspot. Move your clients.conf to SQL database. You can use the dyndns settings of the openwrt router to send the IP address to your own server (choose "custom" on your dyndns configuration). On your server, have a script to parse the info, update the database with the new IP address and (this is the hardest thing :) restart FR to learn the IP. Cheers, Claudiu FILIP Globtel Internet @: claudiu@globtel.ro Http://www.globtel.ro
participants (4)
-
A.L.M.Buxey@lboro.ac.uk -
black devils -
Claudiu Filip -
Milan Holub