how can i tunnel udp traffic through a tcp tunnel so that i my apps using udp packets can use it.

assume i am behind a restrictive firewall that only allows some tcp port's how can is pass the firewalls since i don't have any power to configure them

link|improve this question

71% accept rate
6  
So you're trying to circumvent the controls that your sysadmins have put in place? I mean, just so I and the rest of the sysadmins here are clear... – GregD Aug 13 '10 at 16:20
+1(5) from developer. Don't be discouraged by sysadmins downvoting. They suspect all development questions as conspiracy plot against sysadmins – WebMAOhist Aug 13 '10 at 18:59
The question is too vague. Do you want code such application, to download a ready application? On which operating system? There are a lot oа choice. Just search for it on internet or provide more details. – WebMAOhist Aug 13 '10 at 19:49
2  
@vgv: "assume i am behind a restrictive firewall that only allows some tcp port's how can is pass the firewalls since i don't have any power to configure them" Translate to: I want to get around my sysadmins firewall, how do i do that without asking them or working with them at all. Asking how to get around sysadmin implemented technologies (which are most likely implemented due to one or more company policies) is not tolerated here. period. full stop. – Zypher Aug 13 '10 at 21:42
Hi, jspeshu, sorry, I could not answer because I was banned from all sites (and am still banned from SO and SU) for this kind of comments/attempts of discussions as in this post – WebMAOhist Aug 26 '10 at 15:30
feedback

closed as off topic by Zypher, sysadmin1138, duffbeer703, squillman, Doug Luxem Aug 13 '10 at 21:51

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

You really need to talk to your local admins, and ask them to open the ports you need. You will of course have to provide a valid business reason for needing these ports open.

link|improve this answer
feedback

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