If OS on Linksys is some prior version of DD-WRT, telnet or SSH to router.
The following commands will erase the nvram. This means you must be able to connect to the router via the lan port of the WLAN port to do any further configuration .
mtd erase nvram
reboot
Connect to the router. The password is now admin
Upload the version of DD-WRT that you plan to use.
Repeat step 2.
Set the IP address on the WAN port to a static IP Address or somehow be able to know the IP address
Configure the router for remote management.
Reconnect to the router and upload the firmware. See below.
Reconnect to the router via the WAN port. This is required because you will now disable DHCP on the Main setting page.
Disable DHCP on the Main setting page
Reconnect to the router, set the output power to 250mw using the Wireless Advanced Settings page
Reconnect to the router, disable Block Anonymous IMCP Requests and disable the Firewall
Reconnect to the router
enable SSH and telnet
enable reboot at 3:00 AM
configure Chillispot as follows
set Radius server 1 to be the ip address of a your primary radius server
set Radius server 2 to be the ip address of a your secondary radius server (use the same as server 1 if you only have one)
set dns server to be the ip address of a dns server
set radius secret to be your radius secret password
set dhcp interface to be LAN and WLAN
paste these entries into the additional Chillispot options:
radiuslisten the ipaddress set in step 4
radiusauthport 1812
radiusacctport 1813
macauth required if you want to use the mac address as the username
macsuffix @some_name- This will be the realm used in RADIUS authentication
macpasswd some value if you want to pass this parameter
radiusnasid some_name_with_no_spaces
net 10.186.179.0/24 any net of your choosing. This is the net assigned to Wireless Clients
domain the domain name supplied by the Chillispot DHCP server
uamallowed any web address allowed without RADIS authentication
dns2 the ip address of a dns server - optional
Make changes to radius listen port ip so that it matches the WAN port address set in step 4 above
Change the entry for net if desired. This is the DHCP network clients are assigned to when they connect
DO NOT enable Chillispot. Save setting and reboot router
Now enable Chillispot and reboot router
Go to Settings/Advanced Routing/Show Routing Tables. If Chillispot started, you should see the net specified in step 13(i).
Chillispot will not start unless it can see the dns server specified in step 11(f).