Bypass Chilli using alternate IPs?

SR Infosystèmes contact at sriviere.info
Fri May 2 07:37:29 UTC 2008


> 	I'll start out saying this is a Chillispot problem on DD-WRT. 
> Unfortunately, support on the DD-WRT forum is generally lacking, so I
> come to you hoping that since this is a branch you'll be able to understand
> and suggest a change for me. If not, I certaininly understand.

I don't really understand if your final goal is to get direct access to 
the AP firmware (to log traces, ntp setting, modify parameters in the 
same time Chilli is running, etc...) and I don't use DD-WRT...

But the information below works very well for me (and could be useful 
for others, I personaly have a lot of problems when setting my first 
Chilli network (lack of network knowledge, not related with Chilli 
itself which is really easy to use) :


WLAN---eth0---PC(radius+chilli)---eth1---WIFI (AP1, AP2, AP3,...)

interface
-------------------------
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
network 192.168.0.0
netmask 255.255.255.0
address 192.168.0.251
gateway 192.168.0.254

auto eth1
iface eth1 inet static
network 192.168.2.0
netmask 255.255.255.0
address 192.168.2.251
-------------------------

chilli
-------------------------
...
dhcpif          eth1
net             192.168.1.0/24
dynip           192.168.1.0/24
dhcpstart       2
...
uamserver https://192.168.1.1/wua/
uamhomepage http://192.168.1.1/wua/index.html
...
-------------------------

So, the tun0 192.168.1.x network is declared at the top of the real 
(hardware) eth1 192.168.2.x network

Connected to eth1 you have :

- 192.168.1.x (wifi from chilli)
- 192.168.2.x (AP maintenance and logs)

Inside the AP, I declared :

AP IP (number "n") : 192.168.2.n
IP Mask : 255.255.255.0
Gateway : 192.168.1.1

I can now redirect AP logs and use NTP for accurate datetime in logs 
(using additional iptables settings related to eth1/192.168.2.251), and 
modify AP parameters while Chilli is running, even update firmware via 
FTP. Very useful.


-- 
LA SOLUTION à vos problèmes INFORMATIQUES

SR Infosystèmes
15, rue du Temple
17310 St Pierre d'Oléron
Ile d'Oléron - France

Mobile : 06 89 29 88 44
Fixe :   09 54 10 55 60 (appel local)
Fax :    05 46 36 30 59
Site :   www.sriviere.info
Email :  contact at sriviere.info
Skype :  stephane.riviere

Certificat X509 : disponible sur le site



More information about the Chilli mailing list