3

I have a computer with Windows 7. It's connected to Internet via an IPv4 NAT router. How can I access a host that is only accessible with IPv6?

Is there an easy way to configure the Windows 7 Teredo tunnel for this? or how to solve this?

Jonas
  • 28,660

2 Answers2

0

Either

  1. Get a native IPv6 connection (most recommended).

    or

  2. Do tunneling.

    1. via SixXS, he.net or any other tunnel broker (recommended)
    2. via 6to4 (might be unstable and thus not recommended). Here, your IPv6 is assembled of 2002:aabb:ccdd::, where aa, bb, cc and dd are the hex representations of the octets in your IPv4. Maybe this might help.
    3. via Teredo (don't know how that works)
glglgl
  • 1,469
0

Teredo should work out of the box, but is disabled by default if the computer is a member of a Windows domain.

The IPv6 only host must reply to pings, and the teredo relay is chosen by IPv6 routing from the IPv6-only host.

Timothy Baldwin
  • 141
  • 1
  • 6