1825766 Members
2054 Online
109687 Solutions
New Discussion

Re: PORT MOUNTD

 
Marcelo De Florio
Frequent Advisor

PORT MOUNTD

Anybody know, what are of port used by mountd daemon ?

MDF
5 REPLIES 5
MARTINACHE
Respected Contributor

Re: PORT MOUNTD

Hi,

If you have lsof :

find the process if of mountd :

ps -edf |grep mountd

Then,

lsof -p process_id

You will find a line with "TCP (LISTEN)" and an other with "UDP (Idle)" which give you the ports.

I did it on 2 different server and I get 2 different answer :

Server 1 :
UDP : 49171
TCP : 49189

Server 2 :
UDP : 49171
TCP : 49184

Regards,

Patrice.
Patrice MARTINACHE
Thomas Kollig
Trusted Contributor

Re: PORT MOUNTD

Try "rpcinfo -p hostname". Then search for mountd.

Thomas
Marcelo De Florio
Frequent Advisor

Re: PORT MOUNTD

The port number is static or variable ?

MDF
Brian Hackley
Honored Contributor

Re: PORT MOUNTD

Marcelo,
The port #'s used by rpc.mountd are dynamic.
-> Brian
Ask me about telecommuting!
Marcelo De Florio_1
Frequent Advisor

Re: PORT MOUNTD

Brian:

Ok, but I need a open ports on the firewall for use nfs, what are open port in the firewall ?

MDF
Marcelo De Florio