i was googling for a solution
and came again on the ipv6
=============================================
Hi. I have a really annoying problem with my HP Pavilion dv6000z laptop. Its running Windows Vista RC2 and cannot access the internet. The driver has a "!" in device manager and the error message is code 10. Also, the Local Area Connection (ethernet) option has disappeared. Are their any drivers out there that will fix this problem or will I have to revert back to XP? My network card is Nvidia nForce Network Controller. Thanks.
Re: nForce NIC driver error (code 10) Vista RC2- cannot access internet
Quote
Somehow the code 10 error disappeared, but now my ipv6 connectivity is limited. In other words I have an ipv6 address, but no ipv6 default gateway or DNS server. Can anyone help?
============================
X -> Just disable the IPv6 few actually need it yet
Goto -> services
start run type services.msc
find tcp/ipv6 . stop service and set disabled
u might also need to stop the dhcp(service (of vista ))
also read here
http://forums.micros...o...2&SiteID=17
and
Disabling IPv6
Unlike Windows XP, IPv6 in Windows Vista and Windows Server “Longhorn” cannot be uninstalled. To disable IPv6 on a specific connection, you can do the following:
•
In the Network Connections folder, obtain properties of the connection and clear the check box next to the Internet Protocol version 6 (TCP/IPv6) component in the list under This connection uses the following items. This method disables IPv6 on your LAN interfaces and connections, but does not disable IPv6 on tunnel interfaces or the IPv6 loopback interface.
To selectively disable Pv6 components and configure behaviors for IPv6 in Windows Vista, create and configure the following registry value (DWORD type):
•
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip6\Parameters\DisabledComponents
DisabledComponents is set to 0 by default.
The DisabledComponents registry value is a bit mask that controls the following series of flags, starting with the low order bit (Bit 0):
•
Bit 0 Set to 1 to disable all IPv6 tunnel interfaces, including ISATAP, 6to4, and Teredo tunnels. Default value is 0.
•
Bit 1 Set to 1 to disable all 6to4-based interfaces. Default value is 0.
•
Bit 2 Set to 1 to disable all ISATAP-based interfaces. Default value is 0.
•
Bit 3 Set to 1 to disable all Teredo-based interfaces. Default value is 0.
•
Bit 4 Set to 1 to disable IPv6 over all non-tunnel interfaces, including LAN interfaces and Point-to-Point Protocol (PPP)-based interfaces. Default value is 0.
•
Bit 5 Set to 1 to modify the default prefix policy table to prefer IPv4 to IPv6 when attempting connections. Default value is 0. For more information about the prefix policy table, see Source and Destination Address Selection for IPv6, the February 2006
sourceThe Cable Guy article.