On Thursday, 01/17/2008 at 03:53 EST, "McKown, John" <[EMAIL PROTECTED]> wrote: > Others may tell me that I'm full of little red ants. But that's how I > read the manual. The z/OS NFS client will then contact portmapper on the > Linux system and get port 1027 as the NFS port.
The problem isn't with the client obtaining the NFS server port. The problem is that when the connection comes in, the NFS server looks at the client port number, finds it to be "insecure" (> 1023) and rejects the connection. Disabling that check is the right thing to do as long as you require authentication on the mount (or use PC NFS). Alan Altmark z/VM Development IBM Endicott ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
