In the config file, look at which addresses it binds to. If it's 0.0.0.0, then it'll accept from anywhere, so it's alright, otherwise use your local IP. I think many servers' default config only bind to loopback.

You could try doing 'telnet <ip> 21' to check if the server answers or not. Does is timeout or is the connection rejected?