tags:

views:

56

answers:

0

Hello everybody. I have a problem that I think might be a java related one. I have a java application I need to emulate multiple hosts.

The server/client work fine between "normal" computers.

When I use the emulator, I get connection refused when client tries to connect to a server in the emulator, same thing if I try telnet. If I turn it around, the client cannot connect to the external server, but if I telnet from the external server, I get a connection.

This makes me think it is a java related problem.

Anybody gone through this problem before? This is for research purposes, so turning off java security only for this situation is no problem.

Thanks!