[7.902][QUESTION][ANSWERED] Few question about IPv6

I have setup IPv6 with a tunnel broker.

I have also setup the prefix advertisement, and my Win7 box did get an IPv6 IP.

Everything works as expected.. but:

1)Lets say I go to google.com, how does it choose to go over IPv4 or IPv6?
2)Does anyone know any IPv6 portscanning to verify that ASG is actually doing its job?
3)Does all my IPv6 traffic go trough the tunnel? (Could this be dangerous for man-in-the-middle? Or having people sniffing my traffic?

4)Since the prefix advertisement disable the DHCPv6, how can I make static DHCP mapping for IPv6?


Thanks[:)]
Parents Reply Children
  • You are paying your ISP for the services and the tunnel broker is doing it for free. Seems a little too good to be true[;)]


    Well, most of the SixXS PoPs are operated by well-known - sometimes local - ISPs. I personally trust them as much as I trust the ISP providing my internet uplink and I do not encrypt any traffic going over that line.

    For the other questions:

    The decission if IPv6 or IPv4 is preferred is basically one that is determined by either your client or the proxy (if used). If there is a AAAA record for say google.com present, your browser will probably use IPv6, if there is no AAAA record, it will fall back to IPv4.

    Remember that with Google, Youtube and others you'll have to use specific DNS servers that provide you with AAAA records for those domains.

    The difference between DHCPv6 and Prefix advertisement - in practical use in a Windows environment - is basically just that you'll get a DNS server when using DHCP whereas you get none when using Prefix Advertisement. 

    There are probably other differences, but this one is most important.
    If you use DHCPv4 and IPv4 in your local LAN in parallel, there is little to no need to use an IPv6 DNS server.

    Hope that helps a little
    Christian