2011-10-05 - Re: [GRASE-Hotspot] Some Questions

Header Data

From: Timothy White <ti***8@gmail.com>
Message Hash: 2970df80f61265a101a323ca2c578d856ac5b2ce4a7f0c7d1f11211e6825e4f5
Message ID: <CAESLx0LjDGCpdevUZ8Hj_vo=FqFx=aM4hPjw1bHU9d=T09HStA@mail.gmail.com>
Reply To: <1317801574.97228.YahooMailNeo@web161421.mail.bf1.yahoo.com>
UTC Datetime: 2011-10-05 01:13:38 UTC
Raw Date: Wed, 05 Oct 2011 18:13:38 +1000

Raw message

On Wed, Oct 5, 2011 at 5:59 PM, tim storey <ts***s@yahoo.com> wrote:
> Hi Tim
> I have tried from both the web interface and the config file, but it doesn't
> work for me either way. (Unless I leave an open browser session running
> surreptitiously ;)
> I imagine my setup is different to most Grase operators in that I have it
> sitting in a VirtualBox VM and I installed it from a Live Ubuntu 11.04 disk
> as I do not have the server version...
> Could any of these two somehow relate to my ish?

Nether of these SHOULD effect it. I've finally got my test hardware
running again, so I'll look at testing it. What value are you setting
in the web interface for the timeout? And have a look in the logs
(/var/log/syslog) for any chilli error mesages.

Also, run the following command with a user logged in (run it on the
server) and show me the output. (You may need to run it as root, or
with sudo)

Thanks

Tim
p.s. It appears that setting an idle timeout of 0 should give you
unlimited, so no timeout

chilli_query list | awk '{
           ($5 == 1) {
             print "User " i++
             print " MAC:                    " $1
             print " IP Address:             " $2
             print " Session ID:             " $4
             print " Username:               " $6
             print " Duration / Max:         " $7
             print " Idle / Max:             " $8
             print " Input Octets / Max:     " $9
             print " Output Octets / Max:    " $10
             print " Max Total Octets:       " $11
             print " Using swapoctets:       " $12
             print " % / Max Up Bandwidth:   " $13
             print " % / Max Down Bandwidth: " $14
             print " Original URL:           " $15
           }
         }'




Thread