Recommended Posts

I was looking for a (as the subject says) UDP to TCP and TCP to UDP protocol converter application.

I've got a remote network that I can only access via a secure TCP connection, but I've got an application that is UDP based that I need to use, so I needed an application that would do the conversion for me on both ends of the connection.

It doesn't matter if it's command-line based, or GUI. Any instructions on how to use the said program would be appreciated.

Any suggestions?

You can encapsulate UDP/TCP inside of another TCP packet - which is essentially how VPN's work. Try looking for a VPN solution that supports UDP and TCP.

There's also netcat (http://216.239.33.100/search?q=cache:c8mK7...t&hl=en&ie=UTF8) (or search google)

and

http://farm9.com/content/Free_Tools/Cryptcat

and

http://www.winton.org.uk/zebedee/

  Quote
Originally posted by Vlad

You can encapsulate UDP/TCP inside of another TCP packet - which is essentially how VPN's work. Try looking for a VPN solution that supports UDP and TCP.

There's also netcat (http://216.239.33.100/search?q=cache:c8mK7...t&hl=en&ie=UTF8) (or search google)

and

http://farm9.com/content/Free_Tools/Cryptcat

and

http://www.winton.org.uk/zebedee/

Thanks Vlad!

Mmmm i guess that if you use WIn2000 or Xp clients u can set up the vpn with encapsulated tcp packets with the op. system alone... i did it at work, and you can also use ipsec if your secure tcp network supports it...

try to look in the add new connection on the server to set up an incoming vpn connection!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.