2012-06-29 - Re: [GRASE-Hotspot] Weird Bug I really Need Help
Header Data
From: Timothy White <ti***8@gmail.com>
Message Hash: c6c79c8648340c729f324c5ea560ef20b06ad3c0b1f8274f89c8c20295802d0d
Message ID: <CAESLx0+hivVwqcqe3D0_AuFc_VK6fDFbuPZNYgqR65rvYq71JA@mail.gmail.com>
Reply To: <009e01cd563f$821e3ac0$865ab040$@ca>
UTC Datetime: 2012-06-29 16:13:42 UTC
Raw Date: Sat, 30 Jun 2012 09:13:42 +1000
Raw message
Try eliminating components.
Change DNS (in admin interface) to something like 8.8.8.8 (googles).
Deactivate transparent squid proxy (Comment out following lines in
/etc/chilli/ipup.sh
ipt -I PREROUTING -t mangle -p tcp -s $NET/$MASK -d $ADDR --dport
3128 -j DROP
ipt -I PREROUTING -t nat -i $TUNTAP -p tcp -s $NET/$MASK -d !
$ADDR --dport 80 -j REDIRECT --to 3128
If it still doesn't work, tell the clients to use a different DNS
server (so we bypass dnsmasq) by changing the following lines in
/etc/chilli/config (comment out the ones with UAMLISTEN in them,
uncomment the other DNS lines and set DNS server there)
# OpenDNS Servers
#HS_DNS1=208.67.222.222
#HS_DNS2=208.67.220.220
HS_DNS2=$HS_UAMLISTEN
HS_DNS1=$HS_UAMLISTEN
Let us know which component is causing the problem.
Tim
On Sat, Jun 30, 2012 at 7:38 AM, ABC Informatique (Dave)
<ab***c@abcinformatique.ca> wrote:
> Hi i got a big problem i have over 100 clients over grase hotspot system but
> since last 3 days people cant access somes webpage like www.google.com and
> www.facebook.com. I reboot everything i verify everything all seem to be
> ok.
>
> If i plug directly into router everything is working if i plug back in
> system nothing work. I tried different DNS servers and nothing change. If
> i ping www.google.com i get answer and if i tryied to access http://IP of
> google its working
>
>
>
>
>
> Anyone with idea ? Something i can try etc. I really need help.
>
>
>
> Dave
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Grase-hotspot mailing list
> Gr***t@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/grase-hotspot
>
Thread
-
Return to June 2012
- Return to ““ABC Informatique (Dave)” <ab***c@abcinformatique.ca>”
-
Return to “Timothy White <ti***8@gmail.com>”
- 2012-06-29 (Fri, 29 Jun 2012 17:38:22 -0400) - [GRASE-Hotspot] Weird Bug I really Need Help - “ABC Informatique (Dave)” <ab***c@abcinformatique.ca>
- 2012-06-29 (Sat, 30 Jun 2012 09:13:42 +1000) - Re: [GRASE-Hotspot] Weird Bug I really Need Help - Timothy White <ti***8@gmail.com>