hi all,

i've got a problem connecting to another computer using netcat:

there are 2 boxes on my lan (besides this one), and i can access both with the command:
nc 192.168.1.111 1500 & nc 192.168.1.112 1500

the problem is that i've both set it up so that i get a command prompt when i connect to port 1500.

but when i connect to system A first and get a command prompt there, i can't connect to system B from system A so it would be like this: my box --> A --> B
but this doens't work, the command prompt hangs when i do this.


any suggestions?

b.t.w. i can access system B directly but not via A or vica versa.