try this...
cp /usr/share/doc/chillispot-1.1.0/firewall.iptables /etc/init.d/chilli.iptables
vi /etc/rc.local
   /etc/init.d/chilli.iptables
   service chilli restart
   service network restart

chown -R apache.apache /var/www
chkconfig dnsmasq on
chkconfig chilli on
chkconfig httpd on

reboot

I have a problem by limiting UPLOAD bandwidth using squid on 80 and 443 traffic.
take a look

This is a quick solution.
All is possible in many ways.
You can do this in php,perl,ecc....
As source you can take tcpdump output...

I use text log with tcpdump:

vi /etc/rc.local
tcpdump '(src net 192.168) and (tcp dst port 80 or dst port 443) and (tcp[tcpflags] & tcp-syn != 0)' -tttt -i eth1 -q -l >> /var/log/wifi/wifi-access.log &

But consider disk usage...

5

(0 replies, posted in Chillispot Configuration)

How can I expand the IP range over 256 hosts.

I made net 192.168.0.0/20 but I can ping the server just on same subnet, example:

Chilli 1 : 192.168.0.1 - Clients 192.168.0.2-192.168.0.254
Chilli 2 : 192.168.1.1 - Clients 192.168.1.2-192.168.1.254

and so on.....

How to expand all 4096 addresses oh 255.255.240.0 network on just one Chilli server?

Regards

After configured squid redirect on port 80 request, ChilliSpot-Bandwidth-Max-Up rule does not work anymore (just ChilliSpot-Bandwidth-Max-Down still work).
Did you know any solution?