mathiasbogsted DD-WRT Novice
Joined: 12 May 2010 Posts: 1
|
Posted: Wed May 12, 2010 15:29 Post subject: Chillispot is bypassed |
|
Hi,
I use the below configuration for setting up chillispot on my DD-WRT v24-sp2 (10/10/09) std.
Sometimes the loginpage shows correctly, sometimes it doesn't.
The problem seems to be that the lan_ipaddr and chilli_net are the same. If i change the lan_ipaddr to be on another subnet, the loginpage shows every time.
However this has 2 disadvanteges:
- You can bypass the chillispot loginpage by manually setting your ip to be on the same subnet as lan_ipaddr
- Port forwarding is not working
My setup is:
WAN -- DD-WRT (with wireless activated) -- accesspoint
nvram set lan_ipaddr=10.70.2.1
nvram set dhcp_domain=lan
nvram set chilli_enable=1
nvram set chilli_radius=xxx
nvram set chilli_backup=xxx
nvram set chilli_url=xxx
nvram set chilli_net=10.70.2.0/24
nvram set chilli_dns1=8.8.8.8
nvram set chilli_radiusnasid=xxx
nvram set chilli_pass=xxx
nvram set chilli_uamsecret=xxx
nvram set chilli_uamanydns=1
nvram set httpd_enable=1
nvram set http_enable=1
nvram commit
reboot |
|