On Wed, Aug 27, 2008 at 4:13 PM, John Matthews <[EMAIL PROTECTED]> wrote: > I'm attempting to run my client and server applications on different > machines, but the clinet's connect() to the server's port/address > fails with 'connection refused'. > I can ping both ways, and I've turned off my Linux firewall(!) - the > other machine is a test board running a cut-down Linux (on an ARM > processor) onto which I'm ssh'ing from my own machine. > Everything works fine when client and server are run together on my > machine.
Can you connect to the server by telnetting to the specific port from the client? Are you sure you're listening on the correct interface (eg. not 127.0.0.1)? -- Tamas Marki
