1

(0 replies, posted in Chillispot Configuration)

Hi..
i have a problem with Chillispot IP allocation
chillispot dhcp lease is set to 600 sec , and dhcp range /29 which only allow 5 clients + server .
when 5 client is on, theres no problem, we have 192.168.182.1 - 5 IP's on.
And then i shutdown one pc (192.168.182.2 and lets say "foobar"), and wait for about 30 minutes.
and then i try to start another pc (not the "foobar"), this new pc  is not get the ip address, isnt it should get the 192.168.182.2 because no one use this address anymore and its off the leased time ?

i know i could increase the network hosts, but my point is, i want to show that chillispot keep using new ip for new pc and not giving the new pc's a new ip address even it have unused ip !!!

i think the leased time is already set to 600 but it wont works

what should i do? any ideas ? thank you

2

(4 replies, posted in UAM Configuration)

ive been searching the solutions for a few days, but no luck ... i didnt find any information that tells us how to do that. i assume it is not (yet) posible to do that

3

(2 replies, posted in Radius Configuration)

can you paste your logs here

4

(4 replies, posted in Chillispot Configuration)

i think what he asking about how to implement external dhcp server, proxy/dns/and so on is just an examples .. in separate machine

Hello,
got another problem here
is it possible to redirect back after a successfully logedin to users requested page (before they login).
let say the steps are :
- client foobar try to surf to yahoo.com
- redirect to login page
- logedin successfully
- client foobar automatically redirected to yahoo.com

thanks for your help smile

6

(1 replies, posted in Chillispot Configuration)

hi dmkhn thanks for your answer

yes we need to disconnect them first, but my point is what is the attribute for "temporal suspend" purpose. let say we have 1 hour user. after the user login for 30 minutes (means that he have 30 minutes more left) , we want to disconnect him and make his account unusable (although he have 30 minutes left) , after several times/reason finaly we want to make his account usable again, so he can surf/login again ..

thanks

7

(1 replies, posted in Chillispot Configuration)

Hello all

i want to implement suspend/ban button to be implemented. I need to suspend users temporally and get them back unsuspended again. Is there any chillispot attribute i can use for this purpose ? or how to accomplished it ?

thanks

8

(0 replies, posted in Chillispot Configuration)

Hi all

i have a minor problem here. I have chillispot+freeradius+mysql installed successfully with mac address authentication. the problem is users need to renew/released their IP before they begin to use the internet.
If im not mistaken, this steps is required by chillispot to get the mac address and then validate it to freeradius.

is it possible to auth users without force the users to release/renew their ip ? and how ?

thanks

9

(1 replies, posted in Chillispot Configuration)

dmkhn wrote:

I wrote script

#!/bin/bash
if pgrep chilli
then echo "Checking for Chilli runing is OK" >> /var/log/syslog
else /etc/init.d/chillispot start
fi

and add it to cron to run with 5 minut interval

Thanks for your solution dmkhn, I think this might work.. I'll test this out right now..

10

(1 replies, posted in Chillispot Configuration)

chillispot won't start at boot if I specify uamallowed to domain name like
uamallowed google.com
the error message is invalid uamallowed domain or address,
but the problem is intermittent some times it works and sometimes it doesn't work
but if I specify with an IP instead like:
uamallowed 192.168.182.1
It works fine.

does anyone have the same problem?