2013-04-13 - Re: [GRASE-Hotspot] Help with Grase and Squid

Header Data

From: pjoter <pj***r@gmail.com>
Message Hash: 306c5af8b4d8c1593600cb19d4133c36ef3fc593adbb8f5fbcd0643e023a0e73
Message ID: <001501ce3825$46ade530$d409af90$@gmail.com>
Reply To: <!&!AAAAAAAAAAAYAAAAAAAAAMUqYtei4rhBqhEf7CX3SubigAAAEAAAAJJlFEFC6YpKh/XjHrI/S2QBAAAAAA==@winkelmaenner.com>
UTC Datetime: 2013-04-13 01:59:55 UTC
Raw Date: Sat, 13 Apr 2013 15:59:55 +0700

Raw message

Hallo All

 

After changing the blow line I still have no session log from any user so
far.

So I think there is more that's blocking this and I don't know ware.

If one of u all can help me with this problem I will be very grateful.

 

Peter louman 

 

Van: Lars Winkelmann [mailto:la***s@winkelmaenner.com] 
Verzonden: vrijdag 12 april 2013 16:06
Aan: 'GRASE Hotspot General Discussions'
Onderwerp: Re: [GRASE-Hotspot] Help with Grase and Squid

 

http://sourceforge.net/mailarchive/forum.php?thread_name=503C07C8.6000109%40
gmail.com
<http://sourceforge.net/mailarchive/forum.php?thread_name=503C07C8.6000109%4
0gmail.com&forum_name=grase-hotspot%3E%20&forum_name=grase-hotspot>
&forum_name=grase-hotspot%3E%20&forum_name=grase-hotspot
 
edit /etc/chilli/ipup.sh and change the following line
ipt -I PREROUTING -t nat -i $TUNTAP -p tcp -s $NET/$MASK -d ! $ADDR --dport
80 -j REDIRECT --to 3128
to
ipt -I PREROUTING -t nat -i $TUNTAP -p tcp -s $NET/$MASK ! -d $ADDR --dport
80 -j REDIRECT --to 3128
 
The key for those who can't see the difference is the exclamation mark after
the -d, is now before the -d.
 

 

> An iptables rule wasn't working, as the format for the rules changed
> some time ago, and obviously the 12.04 kernel no longer had the
> backwards compatible rule code in it.
> I've not yet got my build server setup, (and need to work out the
> issues of building for debian/ubuntu), so the fix will be a manual one
> for now, for anyone who needs logging.
> 
> edit /etc/chilli/ipup.sh
> and change the following line
> ipt -I PREROUTING -t nat -i $TUNTAP -p tcp -s $NET/$MASK -d ! $ADDR
> --dport 80 -j REDIRECT --to 3128
> to
> ipt -I PREROUTING -t nat -i $TUNTAP -p tcp -s $NET/$MASK ! -d $ADDR
> --dport 80 -j REDIRECT --to 3128
> 
> The key for those who can't see the difference is the exclamation mark
> after the -d, is now before the -d.
> 
> I'll publish an update once my build server for the chilli packages is
> sorted out.
> 
> Tim

 

 

Von: pjoter [mailto:pj***r@gmail.com] 
Gesendet: Freitag, 12. April 2013 09:47
An: gr***t@lists.sourceforge.net
Betreff: [GRASE-Hotspot] Help with Grase and Squid

 

Hello All

 

I have the same problem as Jarod wrote in his email of 06-04-2013

But I see no answer to his and mine problem yet.

That's why I bring this problem a second time to everybody's attention.

 

All is working well except for Squid.

The access.log (/var/log/squid3/access.log) from squid is empty and the
session monitoring in the Admin interface only show total traffic in KiB.

Is this happening because I give my customers unlimited up en download for 1
month?

Or is there another reason?

Can somebody explain why this is happening?   

Thanks' in advance.

Peter Louman

 

 


Thread