Operating System - HP-UX
1753507 Members
5291 Online
108795 Solutions
New Discussion

Re: NFS configuration issues

 
dictum9
Super Advisor

NFS configuration issues

 

On the NFS client, the /etc/dfs/dfstab file that works is:

 

 

 

share -F nfs -o anon=0,rw=nfsclient.com/sidpers/reports

 

However, this breaks the system. The client does not have permissions to mount the filesystem. The syslog file reads this:

syslog.log:Aug 6 15:05:00 nfsclient.com munix: NFS access failed for server nfsserver.com: error 7 (RPC: Authentication error)

 

share -F nfs -o anon=-1,rw=nfsclient.com/sidpers/reports

 

 

P.S. This thread has been moved from HP-UX > System Administration to HP-UX > networking. - Hp Forum Moderator

4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: NFS configuration issues

>On the NFS client, the /etc/dfs/dfstab file that works is:

 

Did you mean NFS server?

 

>share -F nfs -o anon=0,rw=nfsclient.com/sidpers/reports

 

You seem to be missing a space between "com" and the filesystem.

dictum9
Super Advisor

Re: NFS configuration issues

Right, the NFS server.

 

I edited out the name and lost the space.  What changes do you have to make on the client to make -1 work?

 

 

Dennis Handly
Acclaimed Contributor

Re: NFS configuration issues

>What changes do you have to make on the client to make -1 work?

 

Any reason you have -1 instead of -2 for the nobody user?  -1 denies access to anon users.

dictum9
Super Advisor

Re: NFS configuration issues

 

-1 because that's what STIG requirements demand.