How to open port 110?

Hey,

I need to download a file using PHP from a remote server to my server. The remote server uses the port 182. It's a direct link to the file example www.domain.com:182/file.zip

and no my server is not running anything on port 182
 
If your local server isn't running anything on port 182, then any attempt to connect to localhost on port 182 will fail.

Is the destination server running anything on port 182? If so, then what is it running? Give us the real IP# of the server to which you're trying to connect so we can test or most likely no one will be able to help you further.

What happens when you turn off any firewall on your server and then try to telnet to port 182 on the other system? If you can't reach port 182 on the system to which you're trying to connect, and neither can I or others (once you give us the IP#) then it's likely that other system is the problem.

Please do not use domain.com in examples; they're a company selling domain registration, and we and others on these forums don't need the forum to link to our competition.

The domain name example.com is reserved for use in examples and is always the best choice.

Jeff
 
I fixed it. I reinstalled iptables as it wasn't functioning properly and then opened port 182

Thank you for your help
 
Back
Top