I have a server behind NAT, which I want to be able to access from the internet. I want to do it over ipv6. I guess my question falls into two:

  1. I don't think teredo is working on it. I have ethernet adapter ipv6 set to automatic, however I don't think there connectivity is there. So, how do I enable teredo to get a publicly accessible ipv6 address?

  2. Is it possible to claim a static address in teredo, so that every time I connect the address stays the same?

link|improve this question

78% accept rate
feedback

1 Answer

up vote 1 down vote accepted

not really. teredo is sort of like nat - you can access IPV6, but the address, iirc is link local. performance is terrible to boot.

Its probably simpler to get a tunnel, and set that up - gogo6 definately works behind a nat, for example.

link|improve this answer
Teredo works fine, only caveat is DNS will not use it, you must use literal IPv6 addressing. – Steve-o Aug 25 '11 at 3:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.