2013-04-03 - Re: [GRASE-Hotspot] Intermittent Request Timed Out
Header Data
From: Lars Winkelmann <la***s@winkelmaenner.com>
Message Hash: 43e73c09b94a344e7d57b168b9985530a2ad13eb8643a1c5477a61706be40c90
Message ID: <!&!AAAAAAAAAAAYAAAAAAAAAMUqYtei4rhBqhEf7CX3SubigAAAEAAAAJqnRrKif9FOosbcC/jabS8BAAAAAA==@winkelmaenner.com>
Reply To: <CAA1C2kx=-V+68-3OWcXd0s-80jaMO_=88jsFRfP-wGoDixMhww@mail.gmail.com>
UTC Datetime: 2013-04-03 06:28:55 UTC
Raw Date: Wed, 03 Apr 2013 15:28:55 +0200
Raw message
You will find the solution for logging here:
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> &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.
Von: vicki kumar [mailto:om***a@gmail.com]
Gesendet: Mittwoch, 3. April 2013 14:46
An: gr***t@lists.sourceforge.net
Betreff: [GRASE-Hotspot] Intermittent Request Timed Out
Hi,
The Grase seems to be set up nicely. However, I am getting occasional
"Request Timed Out" when I ping any website. Sometimes as much as 20%
packets are lost although the internet connection works fine without any
interruption in absence of Grase. What can the issue be related to?
Also, I noticed that no usage logs are being created when I see this in
"Monitor Sessions" in radmin portal nor can I see them in
/var/log/squid3/access.log. Does it mean that squid is not set up properly
although I can see this service running in "top" command?
Thanks.
Thread
-
Return to April 2013
- Return to “Lars Winkelmann <la***s@winkelmaenner.com>”
-
Return to “vicki kumar <om***a@gmail.com>”
- 2013-04-03 (Wed, 03 Apr 2013 18:15:30 +0530) - [GRASE-Hotspot] Intermittent Request Timed Out - vicki kumar <om***a@gmail.com>
- 2013-04-03 (Wed, 03 Apr 2013 15:28:55 +0200) - Re: [GRASE-Hotspot] Intermittent Request Timed Out - Lars Winkelmann <la***s@winkelmaenner.com>
- 2013-04-04 (Thu, 04 Apr 2013 15:43:44 +0530) - Re: [GRASE-Hotspot] Intermittent Request Timed Out - vicki kumar <om***a@gmail.com>
- 2013-04-08 (Mon, 08 Apr 2013 17:46:40 +0530) - Re: [GRASE-Hotspot] Intermittent Request Timed Out - vicki kumar <om***a@gmail.com>