Assuming that it's a TCP (rather than UDP) port that you're trying to use: On the server itself, use netstat -an to check to see which ports are listening From outside, just telnet host port (or telnet host:port on Unix systems) to see if the conn