> IIRC statd, mountd, lockd, and rquotad are assigned their ports by the > the portmapper when a request comes in; however, each daemon supports a > "-p" option to nail it down to a single port--see the man page of each > for specific syntax. lockd is actually a kernel module that's loaded > on demand, and you would need to pass the static TCP/UDP port to the > modprobe command as an option (i.e. in modprobe.conf). > > check out: > > http://www.faqs.org/docs/Linux-HOWTO/NFS-HOWTO.html#FIREWALLS > > for more specific details. This looks promising. Thanks Jason. Jeff