views:

333

answers:

1

Does anyone knows, how skype redirect NAT and FireWalls?

+5  A: 

I believe Skype uses a variant of the STUN protocol to traverse NAT.

You can find example C# code to implement a STUN client here.

snowcrash09
Thanks, are there any examples how to use that lib?
Ockonal
Depends what language you want - I've added a link to a C# example.
snowcrash09
BTW why not re-tag with "protocols" rather than "Skype", or you might get accused of asking non-programming questions ;-)
snowcrash09
Programming language is Python. Maybe, you have an example for it? =).
Ockonal
Here is http://code.google.com/p/pystun/ implement of STUN for Python.
Ockonal
are there any C# implementation of STUN server?
Ramesh Soni

related questions