On Thu, 07 Aug 2003 08:13:41 -0700, Gordon Messmer wrote
> Mike Vanecek wrote:
> > Portmap is stopped
> ...
> > [EMAIL PROTECTED] root]# rpcinfo -p
> > rpcinfo: can't contact portmapper: RPC: Remote system error - Connection
refused

I do not want portmapper running.

I just want to know why xinetd has a udp port open. As I am now discovering,
that port number changes whenever xinetd is restarted.

The suggestion to look at rpcinfo, rpc, and portmapper really has no relevance
to the issue. 

Try a netstat -natpu | grep xinetd and see what you get. I am now getting:

[EMAIL PROTECTED] root]# netstat -natpu | grep xinetd
tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN   
  20512/xinetd
tcp        0      0 0.0.0.0:119             0.0.0.0:*               LISTEN   
  20512/xinetd
udp        0      0 0.0.0.0:760             0.0.0.0:*                        
  20512/xinetd

[EMAIL PROTECTED] root]# ps aux | grep xinetd
root     20512  0.0  0.2  2068  920 ?        S    09:50   0:00 xinetd
-stayalive -pidfile /var/run/xinetd.pid

Hence, the port number changed when I restarted xinetd.


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

Reply via email to