I am trying to nfs mount a directory on suse 9.2 from machines running suse 10

Using Yast on the suse 10 machine i try to connect and I get a permission denied. Actually I get it from 2 seperate machines.

I do a showmount from these machines and I get the directory I want to mount so I assume nfs is running
/opt/Public


On the Suse 9.2 machine I find in /var/log/messages

NFS mount of /opt/Public attempted form 192.168.n.100
then ...
Unauthorized access by NFS client 192.168.n.100
Blocked attempt of 192.168.n.100 to mount /opt/Public

my exports on the nfs server machine is

/opt/Public/ *(rw,root_squash,sync)

and my hosts.allow is

portmap: 192.168.n.100 , 192.168.n.99

and my hosts.deny is
portmap: ALL

I am at a loss at what could be wrong.
ALso on SUSE 9.2. I have many nfs startup files
nfsboot
nfsserver
nfs

i have stopped and restarted nfsserver and portmap
many time.

Yast does not report any problems starting up nfs


I am at a loss here.

Bob

I don't have a firewall runnin on suse 9.2 or I don't know what its name should be if there is one running.