Gentoo Archives: gentoo-user

From: Florian CROUZAT <gentoo@××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] strange network problem
Date: Tue, 07 Sep 2010 14:13:35
Message-Id: FD4068DA-15C5-4B45-B13C-510483547C7A@floriancrouzat.net
In Reply to: Re: [gentoo-user] strange network problem by "路"
1 On 7 sept. 2010, at 15:51, 路 wrote:
2
3 > Thinks everyone:
4 > DNS woks well for me. i can ping www.google.com. Just can't access it in web-browsers without rebooting system.Sometimes I thought mybe it's the problem of Power.But now i doubt about it! Because even while I am watching videos online( about half an our) it happens.
5 > Here is the wireshark capture result: I don't know why there are so manay "RTS".
6 > Seq=0 Ack=1 Win=5672 Len=0 MSS=1430 TSV=1581039706 TSER=40437152 WS=6"
7 > "32","14.006920","192.168.1.102","64.233.181.113","TCP","57028 > http [SYN] Seq=0 Win=5840 Len=0 MSS=1460 TSV=40490336 TSER=0 WS=6"
8 > "33","15.045762","64.233.181.113","192.168.1.102","TCP","http > 57028 [SYN, ACK] Seq=0 Ack=1 Win=5672 Len=0 MSS=1430 TSV=3738233147 TSER=40437152 WS=6"
9 > "34","15.045788","192.168.1.102","64.233.181.113","TCP","57028 > http [RST] Seq=1 Win=0 Len=0"
10 > "35","15.063001","64.233.181.113","192.168.1.102","TCP","http > 57028 [SYN, ACK] Seq=0 Ack=1 Win=5672 Len=0 MSS=1430 TSV=3738233315 TSER=40437152 WS=6"
11 > "36","15.063027","192.168.1.102","64.233.181.113","TCP","57028 > http [RST] Seq=1 Win=0 Len=0"
12
13 Since you are the one sending RESETs instead of ACKs, I'd use hping (hping -S -p 80 64.233.181.113) and check if the box also sends RESETs instead of ACKs using CLI, or with bash+nc :
14 ( echo "GET / HTTP/1.0" ; echo ; echo "host:www.google.com" ; echo ) | nc 64.233.181.113 80
15 If you can actually read google sources using that, your browser is to blame, or a plugin ?
16
17 -----
18 Florian.
19 / For security reasons, all text in this mail
20 is double-rot13 encrypted. /

Replies

Subject Author
Re: [gentoo-user] strange network problem Adam Carter <adamcarter3@×××××.com>