I'm trying to set up a NFS server, and installed
nfs-utils, edited /etc/exports, checked hosts.allow, deny,
and the firewalls. Started portmap and nfs from the scripts
(rh7.3) and did exportfs -ra.
I have nfs-utils installed on the client too.
Nmap showed SUNRPC to be up, but all I get when trying to mount
a directory from the client with
mount serverNAME:/home ~/test
is
mount: RPC: Port mapper failure - RPC: Unable to receive
Can anyone help me out? I have no idea what went wrong here.