|
microsoft.public.platformsdk.networking.ipv6 Affichage de l'article : Re: Unable to access IPv6 web site from my XP (SP2)
Date :
Le 04 avril 2008
From :
Jeroen Massar
Sujet :
Re: Unable to access IPv6 web site from my XP (SP2)
Videoguy wrote:
> Hi
> I have a Linux box with a web server running on it. It has IPv6
> enabled. I am trying to access the web server from my PC (XP with sp2)
> using IE6 or Firefox. IE6 and Firefox are failing. I installed IPv6 on
> XP.
> Both my PC and the Linux box are on the same sub net. I was able to
> ping Linux box from XP using ping6. But no luck with the browser.
>
> In IE6/Firefox, I entered the URL like this
> http://[fe80::2e0:dbff:fe07:20b7]/
>
> I even tried http://[fe80::2e0:dbff:fe07:20b7%6]/ with %6 pointing to
> the wan interface index.
>
> What am I doing wrong?
Trying to use link-local (fe80::/10) addresses for anything useful.
This might work when the application actually understands scopes, but
most don't.
On Vista one can try using:
fe80--2e0-dbff-fe07-20b7s6.ipv6-literal.net
As getaddrinfo() in Vista understands it and translates that to
something useful.
But it is much easier to just use global addresses or generate an ULA
prefix (http://www.sixxs.net/tools/grh/ula/) and use that.
Greets,
Jeroen
Posez vos questions, réponses et remarques sur
les forums de FrameIP
|