On Fri, May 07, 2004 at 09:35:05PM -0400, Stuart Lowe wrote: > STATD_PORT=32765 > STATD_OUTGOING_PORT=32766 > > then after restarting my machine rcpinfo -p gives: > > 100024 1 udp 32765 status > 100024 1 tcp 32765 status > > It appears that if I attempt to specify ports, STATD_OUTGOING_PORT gets > "ignored". Why do you say that? rpcinfo gives you the services available and at what ports they're listening for requests. In your case, it shows the service listening at port 32765, the one you requested. Regards, Luciano Rocha