Ok, I tried again today. now nmap from a remote pc gives: Port State Service 22/tcp open ssh 25/tcp filtered smtp
No more port 113! And what does the "filtered" mean? lsof|grep LISTEN gives: sshd 5586 root 3u IPv4 7621 TCP *:ssh (LISTEN) Which proves i'm not opening port 25 right? --- mikepolniak <[EMAIL PROTECTED]> wrote: > On 22:40 Thu 13 Mar , Pius Lee wrote: > > Hi, I recently used nmap to portscan my machine from another pc > and > > found that i've got the following ports open: > > > > 22 (ssh) > > 25 (smtp) > > 113 (pop-3) > > > > Now, I'm very sure that I only started the sshd daemon and I DON'T > even > > have an smtp/pop3/any kind of mail server installed. > > > > > > I don't see port 25 or 113 open, but why does nmap list them as > so? > > > Run lsof|grep LISTEN > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
