static port for mountd

2007-12-25 3:21:00

Hi all!

We want to mount a solaris NFS share on a Linux Server in a DMZ.

Using "rpcinfo" I see that the mountd hast different non-static ports on
the different Solaris machines "sun1" and "sun2":

# rpcinfo -p sun1 | grep -i mountd
100005 1 udp 32787 mountd
100005 2 udp 32787 mountd
100005 3 udp 32787 mountd
100005 1 tcp 32779 mountd
100005 2 tcp 32779 mountd
100005 3 tcp 32779 mountd

# rpcinfo -p sun2 | grep -i mountd
100005 1 udp 32788 mountd
100005 2 udp 32788 mountd
100005 3 udp 32788 mountd
100005 1 tcp 32819 mountd
100005 2 tcp 32819 mountd
100005 3 tcp 32819 mountd

If we use a Linux NFS server we can use a static port for "mountd", if
rpc.mountd ist startet with "-p port" (i.e. -p 32770). This option
doesn't seem to be available for the Solaris mountd. I didn't find any
solution by using google, but it is an urgent production problem for us.

What is necessary to get mountd from to to listen on a static port?

Thanks,
Bernhard

Comments

Got something to say?

You must be logged in to post a comment.