Aiccu/Troubleshooting

From SixXS Wiki

Jump to: navigation, search

Main topic page: Aiccu

This currently a stub. Please add to it.

Contents

Introduction

This page is intended to cover issues that you may run into, with solutions to try to solve the issue. If you don't find the resolution to your issue here, check the AICCU FAQ and the Setup Forum.

If you are adding a new entry, the format is a level three heading, with a short subject, followed by an issue and resolution. As an example:

Error ABC when I do this?

Issue: detailed explanation of issue

Resolution: detailed explanation of resolution

General

MacOS X

Linux

Windows Vista

Can't Ping IPv6 Default Gateway of Tunnel When Using Heartbeat Tunnel

Issue: When you find that you cannot ping the default gateway of your IPv6 tunnel, regardless of your ability to get to other locations on the IPv6 network.

Resolution: This can be a tricky bit of troubleshooting, but the first and best step is to check your network configuration through ipconfig /all from the command prompt.


Look at all of the addresses with the exception of the link-local addresses. If you see an address or addresses which do not match your tunnel configuration as listed at https://noc.sixxs.net/home, take these steps:


1. From the command prompt type

netsh interface ipv6 reset

2. Reboot the PC and check your network settings again, you should be able to ping your gateway, and also connect to the general IPv6 network through the tunnel.

Can't get IPv6 AAAA DNS lookups

Issue: Windows Vista by default disables automatic IPv6 AAAA DNS lookups unless it detects a non link-local IPv6 address on a physical network interface. See http://technet.microsoft.com/en-us/library/bb727035.aspx for more information.

Resolution: To work around this issue, add a "dummy" IPv6 address to your physical network adapter. (The TAP32 adapter dose not count) e.g.:

netsh interface ipv6 interface="LAN INTERFACE" address=2002:c0a8:202::

(where "LAN INTERFACE" is the name of your physical LAN network interface used for IPv4 (e.g. Local Area Connection)
and 2002:c0a8:202:: is a 6to4 IPv6 address equivalent of 192.168.2.2)

I'm hoping that either MS or AICCU addresses this issue in the future, as this is just a temporary work-around.