Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: gdbs on April 07, 2010, 06:26:55 PM
-
Hi all :)
I have a problem with Coova Chilli.
I've installed it, everything works fine basiquely...
But when i try to add WebRequests squid parameter, it's like this parameter was bypass... nothing in access.log recorded... I've also tried to use dansguardian but same result.... nothing recorded in log file, nothing blocked :-(
Any idea?
Thx a lot
-
Hi.
- Have you run signal-event chilli-update after your modification ?
- Is your squid server enabled, and running in transparent mode ?
Regards
-
yes and yes :)
-
iptables -t nat -L PREROUTING_FROM_CHILLI -vn
You should see one line like this per authenticated client:
525 32460 DNAT tcp -- * * 10.1.0.17 0.0.0.0/0 tcp dpt:80 to:10.1.0.1:3128
is it the case ?
-
With Dansguardian (8080) working great on local interface,
Your command return this:
0 0 DNAT tcp -- * * 10.1.0.10 0.0.0.0/0 tcp dpt:80 to:10.1.0.1:8080
But as you see... no traffic appears...
but i have this line below with traffic on it, changing when i surf the web with the chilli client:
73 4214 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
-
Hi.
So you're using dansguardian. Unfortunally, I don't use it, and I'm not sure what needs to be modified to make it working. I'll try to test it, but it'll take some time.
Sorry.