Hi, <br>I have problem on a home network. there is a server and client pc. Both ping and ssh to each other&nbsp; are ok. <br>i set up /etc/exports at server as <br>/data client(rw,root_squash,sync)<br><br>when I try to mount this on client, i got error as
<br>mount: RPC: Program not registered<br><br>or<br><br>can&#39;t contact portmapper: RPC: Remote system error - No route to host<br><br><br>at client<br>/usr/sbin/rpcinfo -p server<br>rpcinfo: can&#39;t contact portmapper: RPC: Remote system error - No route to host
<br><br>at server:<br>&nbsp;/usr/sbin/rpcinfo -p <br>&nbsp;&nbsp; program vers proto&nbsp;&nbsp; port<br>&nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>&nbsp;&nbsp;&nbsp; 100000&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 111&nbsp; portmapper<br>&nbsp;&nbsp;&nbsp; 100024&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 858&nbsp; status<br>&nbsp;&nbsp;&nbsp; 100024&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 861&nbsp; status
<br>&nbsp;&nbsp;&nbsp; 100021&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; udp&nbsp; 32768&nbsp; nlockmgr<br>&nbsp;&nbsp;&nbsp; 100021&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; udp&nbsp; 32768&nbsp; nlockmgr<br>&nbsp;&nbsp;&nbsp; 100021&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; udp&nbsp; 32768&nbsp; nlockmgr<br>&nbsp;&nbsp;&nbsp; 100021&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; tcp&nbsp; 43087&nbsp; nlockmgr<br>&nbsp;&nbsp;&nbsp; 100021&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; tcp&nbsp; 43087&nbsp; nlockmgr<br>&nbsp;&nbsp;&nbsp; 100021&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; tcp&nbsp; 43087&nbsp; nlockmgr
<br>&nbsp;&nbsp;&nbsp; 300019&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 734&nbsp; amd<br>&nbsp;&nbsp;&nbsp; 300019&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 735&nbsp; amd<br>&nbsp;&nbsp;&nbsp; 100011&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 620&nbsp; rquotad<br>&nbsp;&nbsp;&nbsp; 100011&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 620&nbsp; rquotad<br>&nbsp;&nbsp;&nbsp; 100011&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 623&nbsp; rquotad<br>&nbsp;&nbsp;&nbsp; 100011&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 623&nbsp; rquotad
<br>&nbsp;&nbsp;&nbsp; 100003&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; udp&nbsp;&nbsp; 2049&nbsp; nfs<br>&nbsp;&nbsp;&nbsp; 100003&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; udp&nbsp;&nbsp; 2049&nbsp; nfs<br>&nbsp;&nbsp;&nbsp; 100003&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; udp&nbsp;&nbsp; 2049&nbsp; nfs<br>&nbsp;&nbsp;&nbsp; 100003&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; tcp&nbsp;&nbsp; 2049&nbsp; nfs<br>&nbsp;&nbsp;&nbsp; 100003&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; tcp&nbsp;&nbsp; 2049&nbsp; nfs<br>&nbsp;&nbsp;&nbsp; 100003&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; tcp&nbsp;&nbsp; 2049&nbsp; nfs
<br>&nbsp;&nbsp;&nbsp; 100005&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 633&nbsp; mountd<br>&nbsp;&nbsp;&nbsp; 100005&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 636&nbsp; mountd<br>&nbsp;&nbsp;&nbsp; 100005&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 633&nbsp; mountd<br>&nbsp;&nbsp;&nbsp; 100005&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 636&nbsp; mountd<br>&nbsp;&nbsp;&nbsp; 100005&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; udp&nbsp;&nbsp;&nbsp; 633&nbsp; mountd<br>&nbsp;&nbsp;&nbsp; 100005&nbsp;&nbsp;&nbsp; 3&nbsp;&nbsp; tcp&nbsp;&nbsp;&nbsp; 636&nbsp; mountd
<br><br>I looked at nfs howto a<br><br>thttp://nfs.sourceforge.net/nfs-howto/ar01s07.html#unable_to_mount_fs<br><br>it says:<br><br><span style="font-style: italic;">
If you get the error </span><span style="font-style: italic;" class="emphasis"><em>Remote system error - No route to host</em></span><span style="font-style: italic;">,
but you can ping the server correctly, then you are the victim of an
overzealous firewall. Check any firewalls that may be set up, either on
the server or on any routers in between the client and the server. Look
at the man pages for <strong class="command">ipchains</strong>, <strong class="command">netfilter</strong>, and <strong class="command">ipfwadm</strong>, as well as the </span><a style="font-style: italic;" href="http://www.linuxdoc.org/HOWTO/IPCHAINS-HOWTO.html" target="_top">
IPChains-HOWTO</a><span style="font-style: italic;"> and the </span><a style="font-style: italic;" href="http://www.linuxdoc.org/HOWTO/Firewall-HOWTO.html" target="_top">Firewall-HOWTO</a><span style="font-style: italic;">
 for help.</span><br><br>where to check the firewall settings?<br><br>thanks<br>Yuan<br><br>