|
|
|
date: Sun, 10 Feb 2008 20:01:00 -0800,
group: microsoft.public.platformsdk.networking.ipv6
back
Browsers don't work, ping and telnet do
I have configured IPv6 on Windows XP SP2 and assigned a global address on my
ethernet NIC which is routed to the IPv6 Internet.
When I try to load a web page in Internet Explorer 7, the page does not
load, it just says "Connecting..." and the circle keeps spinning. I get the
same thing with Firefox 2.
However, I can telnet to port 80 on the IPv6 address of the host and
manually enter a "GET / HTTP/1.0" and get served the page instantly. So it's
not a connectivity issue.
Sniffing the packets going through my router, I see that the initial TCP
handshake is performed, but the browser never sends a request:
22:57:52.839389 IP6 (hlim 128, next-header: TCP (6), length: 24)
2001:470:1f07:316::2.1041 > 2001:5c0:0:1::6.80: S, cksum 0xd374 (correct),
2196410878:2196410878(0) win 16384 <mss 1220>
22:57:53.077967 IP6 (hlim 117, next-header: TCP (6), length: 24)
2001:5c0:0:1::6.80 > 2001:470:1f07:316::2.1041: S, cksum 0x441e (correct),
2508454117:2508454117(0) ack 2196410879 win 16384 <mss 1440>
22:57:53.078280 IP6 (hlim 128, next-header: TCP (6), length: 20)
2001:470:1f07:316::2.1041 > 2001:5c0:0:1::6.80: ., cksum 0x590f (correct),
1:1(0) ack 1 win 17080
I'm stumped what could be wrong that is affecting both Internet Explorer and
Firefox but not telnet to port 80. I have removed anti-virus software for
what that's worth.
Any ideas?
David
date: Sun, 10 Feb 2008 20:01:00 -0800
author: David Madole
RE: Browsers don't work, ping and telnet do
"David Madole" wrote:
> I have configured IPv6 on Windows XP SP2 and assigned a global address on my
> ethernet NIC which is routed to the IPv6 Internet.
>
> When I try to load a web page in Internet Explorer 7, the page does not
> load, it just says "Connecting..." and the circle keeps spinning. I get the
> same thing with Firefox 2.
>
> However, I can telnet to port 80 on the IPv6 address of the host and
> manually enter a "GET / HTTP/1.0" and get served the page instantly. So it's
> not a connectivity issue.
>
> Sniffing the packets going through my router, I see that the initial TCP
> handshake is performed, but the browser never sends a request:
>
> 22:57:52.839389 IP6 (hlim 128, next-header: TCP (6), length: 24)
> 2001:470:1f07:316::2.1041 > 2001:5c0:0:1::6.80: S, cksum 0xd374 (correct),
> 2196410878:2196410878(0) win 16384 <mss 1220>
> 22:57:53.077967 IP6 (hlim 117, next-header: TCP (6), length: 24)
> 2001:5c0:0:1::6.80 > 2001:470:1f07:316::2.1041: S, cksum 0x441e (correct),
> 2508454117:2508454117(0) ack 2196410879 win 16384 <mss 1440>
> 22:57:53.078280 IP6 (hlim 128, next-header: TCP (6), length: 20)
> 2001:470:1f07:316::2.1041 > 2001:5c0:0:1::6.80: ., cksum 0x590f (correct),
> 1:1(0) ack 1 win 17080
>
> I'm stumped what could be wrong that is affecting both Internet Explorer and
> Firefox but not telnet to port 80. I have removed anti-virus software for
> what that's worth.
>
> Any ideas?
>
> David
>
I faced this thing as well. I used NOD32, but it was not able to handle http
traffic over IPv6. The issue of the removal was working browsers.
The time to test antivirus software working together with IPv6 has came :)
(The idea of the removal I got while I was reading about corrupted winsock2
keys at the site http://support.microsoft.com/kb/811259/en-us)
I hope this may helps.
Daniel
date: Wed, 23 Apr 2008 17:21:00 -0700
author: Daniel Lajos Daniel
|
|