|
NAMEchilli_query - Interface into the chilli serverSYNOPSISchilli_query [ -s <unix-socket> ] listchilli_query [ -s <unix-socket> ] authorize <parameters> chilli_query [ -s <unix-socket> ] logout <client-mac-address> DESCRIPTIONchilli_query is an interface into the running chilli server. It provides an administrator the ability to see who is logged in, to force a client to be logged out, or force a client to be authorized.Commands:
PARAMETERS
EXAMPLES# chilli_query list00:0D:XX:XX:XX:XX 10.1.0.3 dnat 46c83f70000 0 - 0/0 0/0 http://url.com # chilli_query authorize ip 10.1.0.3 sessiontimeout 60 username me # chilli_query list
# chilli_query logout 00:0D:XX:XX:XX:XX # chilli_query list | awk '{
if ($5 == 1) {
print "User " i++
print " MAC: " $1
print " IP Address: " $2
print " Session ID: " $4
print " User URL: " $6
print " Duration / Max: " $7
print " Idle / Max: " $8
}
}'
FILES/var/run/chilli.sockUNIX socket used to daemon communication.
SEE ALSOchilli(8) chilli.conf(5)NOTESSee http://coova.org/ for further documentation and community support. The original ChilliSpot project homepage is/was at www.chillispot.org.AUTHORSDavid Bird <david@coova.com>. CoovaChilli and ChilliSpot are licensed under the Gnu Public License.
Visit the GSP FreeBSD Man Page Interface. |