Topic: How to the save a log of every connection made by users

Hi

I need to save a log with all the remote IP addresses of every connection made by people which navigate through chillispot.

So I would like to have a log of every connection listed in the radacct table

Do it's possible?

How can I do this?

Thank you all

Best regards

Alessandro

Re: How to the save a log of every connection made by users

I know that chilli itself cannot log connections but I think that linux kernel can do it and chilli may be able to ask to the kernel a copy of the log..

Anyway thank you for the suggestion. I will try to do play with squid .

Re: How to the save a log of every connection made by users

i log all the traffic from the iptables - commands like "iptables -A INPUT -j LOG --log-level debug". I use similar commands to log the output, forward etc. in iptables.  Also in the syslog.config i specify where to save save the logs - "kern.=debug   /var/log/iptables" for example and i set the log rotate how often to rotate the logs. debug level will log everything but it needs a lot of disk space and more often rotation - you can use lighter log level