When you try to use showmount command to display the NFS shares on the remote server, some times you'll see the below error message.


[root@nfs ~]# showmount  -e 192.168.85.1
clnt_create: RPC: Port mapper failure - Unable to receive: errno 113 (No route to host)

It happens when the ports 2049(nfs) and 111(Portmap) are blocked by the firewalls on the NFS server you are trying to connect.  To resolve this issue you just need to open the these ports on the NFS server.


further reading: http://www.karlrupp.net/en/computer/nat_tutorial