Hurricane Electric's IPv6 Tunnel Broker Forums
September 10, 2010, 02:44:32 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
   Home   Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: Win7 not querying DNS for AAAA, only A  (Read 2598 times)
udha
Newbie
*
Posts: 12


View Profile
« Reply #15 on: February 07, 2010, 04:06:21 pm »

You may also have to hose the default route with: netsh int ipv6 delete route ::/0 <interface or index>

Thanks jimb, I'm having touble with the syntax of this command though.

Does anyone know the specific input it is expecting?
Logged

jimb
Hero Member
*****
Posts: 610


^^^ Warped picture


View Profile
« Reply #16 on: February 07, 2010, 06:34:07 pm »

You may also have to hose the default route with: netsh int ipv6 delete route ::/0 <interface or index>

Thanks jimb, I'm having touble with the syntax of this command though.

Does anyone know the specific input it is expecting?
That IS the specific input.  See my previous message.

netsh int ipv6 delete route help

Usage: delete route [prefix=]<IPv6 address>/<integer> [interface=]<string>
             [[nexthop=]<IPv6 address>]
             [[store=]active|persistent]

Parameters:

       Tag                Value
       prefix           - Prefix of route to delete.
       interface        - Interface name or index.
       nexthop          - Gateway address, if prefix is not on-link.
       store            - One of the following values:
                          active: Deletion only lasts until next boot.
                          persistent: Deletion is persistent (default).

Remarks: Deletes an IPv6 route.

Example:

       delete route 3ffe::/16 "Internet" fe80::1


Of course, you might not have that route in your routing table, or may have added it as 2000::/3, or not at all.
Logged

Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!