Hi,
I have just installed and setup a simple nfs-server with a basic export on 11.2 with no problems.
Steps taken:
Installed nfs-kernel-server package via yast
Edit of /etc/exports to read
/mnt/bob (rw)
So my server directory /mnt/bob will be available to all clients. Not recommended but a good test to check things are functioning.
Opened nfs server port in firewall on server
start nfsserver using rcnfsserver start or /etc/init.d/nfsserver start
check output, a warning was thrown similar to the following:
Starting kernel based NFS server: idmapdexportfs: No host name given with /mnt/bob (rw), suggest (rw) to avoid warning
exportfs: /etc/exports [1]: Neither ‘subtree_check’ or ‘no_subtree_check’ specified for export ":/mnt/bob".
Assuming default behaviour (‘no_subtree_check’).
NOTE: this default has changed since nfs-utils version 1.0.x
Illustrating that default behavior for my export is assumed, which for the purpose of test is fine.
The nfsserver daemon has started correctly despite the warning.
A quick check of /var/log/messages confirms that the server is waiting for requests.
I then check from my client that I can see the export
showmount -e x.x.x.x
this returned the correct export from the server.
using yast and the nfsserver config applet, I can check the config, stop and start the daemon, open the firewall port etc. I prefer the cli but yast can help if you have problems with this.
My nfs client is 11.1 connects fine.
mount -t nfs x.x.x.x:/mnt/bob /home/testuser/bob
All is ok.
Can you try this simple export ?
thanks
J