Hi I have problem with mounting nfsv3 shares on client machines. I always get access denied. dns name resolution is working in both direction
# nslookup mousehole Server: 192.168.12.10 Address: 192.168.12.10#53 Name: mousehole.sbc.cam.edu Address: 192.168.175.5 # nslookup 192.168.175.5 Server: 192.168.12.10 Address: 192.168.12.10#53 5.175.168.192.in-addr.arpa name = mousehole.sbc.cam.edu. but for some reason nfs server can't see names when I add client machine to /etc/hosts only then I can mount share on client. What am I doing wrong during configuration? Thank for any help excerpts from my conf files: /etc/nsswich.conf passwd: files group: files hosts: files dns ... netgroup nis /etc/resolv.conf domain sbc.cam.edu nameserver 192.168.12.10 nameserver 192.168.12.11 /etc/hosts ::1 ipswich ipswich.local localhost loghost 127.0.0.1 ipswich ipswich.local localhost loghost services are working online 14:45:53 svc:/network/dns/client:default online 14:37:00 svc:/network/nfs/status:default online 14:37:00 svc:/network/nfs/nlockmgr:default online 14:37:10 svc:/network/nfs/mapid:default online 14:37:11 svc:/network/nfs/client:default online 14:37:11 svc:/network/nfs/rquota:default online 14:37:12 svc:/network/nfs/server:default disabled 14:36:29 svc:/network/physical:nwam online 14:36:36 svc:/network/physical:default -- This message posted from opensolaris.org