1821539 Members
2165 Online
109633 Solutions
New Discussion юеВ

rpc port

 
Camel_1
Valued Contributor

rpc port

Hi there,

A 3rd party vendor application will be installed into one of our development server HP11i. The application will using the dynamic port for client access thru rpc, is there any way I can limit/assign a particular port for their RPC program?

Thanks,

Simon
2 REPLIES 2
Brian Bergstrand
Honored Contributor

Re: rpc port

I don't think so, that is what the portmapper is for. It handles the RPC service # to port mapping. The RPC service #'s are mapped to names in /etc/rpc but that probably won't help.

That being said, I did see the NFS port numbers in /etc/services, so the portmapper may use that to get the port number for a service. You could add the service to /etc/rpc and /etc/services to see if it maps using your settings.

HTH.
Alex Glennie
Honored Contributor

Re: rpc port