[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange port
Ben-Nes Michael wrote:
> Hi All
>
> I done nmap on my server and got few strange output:
> 111/tcp open sunrpc
> 113/tcp open auth
> 935/tcp open unknown
> 1024/tcp open kdm
>
> The auth is disabled in the inetd.conf file and the daemon was restarted
> but the port still active.
>
> what is the 111 , 935, 1024 ?
> this is an ordinary RH6.2
Come on, man! It bloody SAYS what it is.
111 is RPC. Read `man -k portmap`.
113 _is_ auth. I suggest, if you really disabled it and not just 'think'
(cor, what a wrong word), running lsof and seeing what holds 113.
Same for 935.
1024 _says_ it's kdm. I'd just run lsof.
M
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il