LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Tried to open a port, but nmap says it is still closed (https://www.linuxquestions.org/questions/debian-26/tried-to-open-a-port-but-nmap-says-it-is-still-closed-559582/)

ErrorBound 06-06-2007 06:24 AM

Tried to open a port, but nmap says it is still closed
 
I've tried various things to open a port like
Code:

iptables -A INPUT -p tcp --dport 9618 -j ACCEPT
but nmap (nmap -sT -O my.ip.address) still says that the port is closed. It lists ports 80 and 22 as open, which they should be, so I have reason to believe that nmap is working correctly.

I'm trying to connect to this port and it is always refused. What can I do?

yanik 06-06-2007 06:30 AM

You also have to make sure something's listenning on that port.

ErrorBound 06-06-2007 06:41 AM

Ah, ok, I've got it now, thanks


All times are GMT -5. The time now is 12:45 PM.