Teredo - how to connect to host behind NAT?
Posted
by
Signum
on Server Fault
See other posts from Server Fault
or by Signum
Published on 2012-09-23T11:39:34Z
Indexed on
2012/09/23
21:39 UTC
Read the original article
Hit count: 329
All I want to achieve is to establish connection to my simple server (written in C# using TcpListener class, if it makes any difference), on my computer which is behind NAT. It has some IPv6 address (it's public IP, starting with 2001:0) on Teredo interface. However, I cannot even ping it from outside my network, for instance I'm trying to ping this address from this website http://mebsd.com/ipv6-ping-and-traceroute, result - 100% packet loss. As I understood from reading about Teredo, there is no need for some port forwarding? So where could be the problem?
© Server Fault or respective owner