

ISATAP DEVICE RESTART WINDOWS
Link Local ISATAP addresses are not created for the virtual IP address used by the Network Load Balancing (NLB) feature on a computer that is running Windows Server 2008 R2. This hinders the usage of NLB nodes as a ISATAP router.

The ping operation succeeds.Windows Server 2008 R2 Datacenter Windows Server 2008 R2 Enterprise Windows Server 2008 R2 Standard More. # Ping the IPv6 host from the ISATAP host.
ISATAP DEVICE RESTART WINDOWS 7
# Ping the global unicast address of the ISATAP router from the ISATAP host running Windows 7 operating system. # Ping the global unicast address of the tunnel interface on the ISATAP host running Windows 7 operating system from the ISATAP router. display ipv6 interface Tunnel 0/0/2 Tunnel0/0/2 current state : UP IPv6 protocol current state : UP IPv6 is enabled, link-local address is FE80::5EFE:201:101 Global unicast address(es): 2001::5EFE:201:101, subnet is 2001::/64 Joined group address(es): FF02::1:FF01:101 FF02::2 FF02::1 MTU is 1500 bytes ND reachable time is 30000 milliseconds ND retransmit interval is 1000 milliseconds ND advertised reachable time is 0 milliseconds ND advertised retransmit interval is 0 milliseconds ND router advertisement max interval 600 seconds, min interval 200 seconds ND router advertisements live for 1800 seconds Hosts use stateless autoconfig for addresses # View the IPv6 status of Tunnel0/0/2 on the ISATAP router. # Configure a static route to the border router tunnel on the IPv6 host so that PCs on two different networks can communicate through the ISATAP tunnel. The preceding information shows that the host obtains the prefix 2001::/64 and generates the address 2001::200:5efe:2.1.1.2, and the ISATAP tunnel has been set up successfully. Tunnel adapter Automatic Tunneling Pseudo-Interface isatap.:Ĭonnection-specific DNS Suffix. # Check ISATAP interface information on the host. C:\> netsh interface ipv6 isatap set router 2.1.1.1Ĭ:\> netsh interface ipv6 isatap set router 2.1.1.1 enabled IPv6 has been installed by default in Windows 7 operating system. # Run the following command to add a static route to the border router. The host running Windows 7 is used as an example.

The ISATAP host is relevant to the operating system. interface tunnel 0/0/2 tunnel-protocol ipv6-ipv4 isatap ipv6 enable ipv6 address 2001::/64 eui-64 source gigabitethernet 2/0/0 undo ipv6 nd ra halt quit system-view sysname Router ipv6 interface gigabitethernet 1/0/0 ipv6 enable ipv6 address fc01::1/64 quit interface gigabitethernet 2/0/0 ip address 2.1.1.1 255.0.0.0 quit # Enable the IPv4/IPv6 dual stack and configure an IP address for each interface.
