[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strange port



On Sun, 4 Jun 2000, Ben-Nes Michael wrote:

> Hi All
> 
> I done nmap on my server and got few strange output:
> 111/tcp    open        sunrpc

this is the portmapper (man portmap)

> 113/tcp    open        auth

RedHat 6.2 uses an ident daemon in daemon mode, and not inetd. You can do:

chkconfig --level 3 identd off
chkconfig --level 5 identd off

> 935/tcp    open        unknown

Try using lsof, and see who is using this port.
> 1024/tcp   open        kdm

Dunno, see kdm manual.

--Ariel
> 
> 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
> 
> 
> =================================================================
> 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
> 

--
Ariel Biener
e-mail: ariel@post.tau.ac.il           Work phone: 03-6406086
fingerprint = 07 D1 E5 3E EF 6D E5 82 0B E9 21 D4 3C 7D 8B BC


=================================================================
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