On Thu, 2003-08-21 at 16:05, [EMAIL PROTECTED] wrote:
> 
> 
> 
> Hi guys,
> 
> I have some questions.
> Im runing RH8.
> 
> My server is runing the services: nfs, netbios-ssn, ssh and http ... but
> there are other ports tcp open.
> 
> 1017/tcp   open        unknown
> 1024/tcp   open        kdm
> 
> and the netstat -l  confirm it
> tcp        0      0 *:1017                  *:*                     LISTEN
> tcp        0      0 *:1025                  *:*                     LISTEN
> 
> I dont have the service kdm in /etc/init.d to disable and in ps the service
> isnīt started.
> 
> How do i do to find where the service is and how disable it?
> What service could be in port 1017?
> 
> Thanks,
> 
> 
> 
> Diego Brito Veiga
> Technical Publications
> Phone: +55 (12) 39278368
> Fax: +55 (12) 39273342

Sometimes a rpc service (like nis os nfs) use random ports (assigned by
portmap) to connect to the service.

To view if the port 1017 are in use by portmap, use the "rpcinfo -p"
command. Or "rpcinfo -p |grep 1017" in order to filter the output.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to