vote up 1 vote down star
1

I'd like to establish several TCP connections between computers behind a firewall.

The follow picture illustrates a simple network:

Firewalled Network

From the picture I'd like to establish 3 TCP connections:

A => 2
B => 2
C => 2

What are my options for establishing these TCP connections?

and

Can I do this without port forwarding?

flag

69% accept rate

2 Answers

vote up 1 vote down

You could have some server in the cloud acting as a proxy for your connections. For instance, think about how a service like LogMeIn or GoToMyPC manages connections between a client and the controlled host. This is one idea.

link|flag
vote up 1 vote down

This should be an interesting read.

http://stackoverflow.com/questions/1539339/how-skype-work-without-port-forwarding

link|flag
After you read through all that, it leads to a very detailed explanation at h-online.com/security/features/… – Remy Lebeau - TeamB Nov 6 at 1:11

Your Answer

Get an OpenID
or

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