Hi, <br>I have problem on a home network. there is a server and client pc. Both ping and ssh to each other  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'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't contact portmapper: RPC: Remote system error - No route to host
<br><br>at server:<br> /usr/sbin/rpcinfo -p <br>   program vers proto   port<br>    100000    2   tcp    111  portmapper<br>    100000    2   udp    111  portmapper<br>    100024    1   udp    858  status<br>    100024    1   tcp    861  status
<br>    100021    1   udp  32768  nlockmgr<br>    100021    3   udp  32768  nlockmgr<br>    100021    4   udp  32768  nlockmgr<br>    100021    1   tcp  43087  nlockmgr<br>    100021    3   tcp  43087  nlockmgr<br>    100021    4   tcp  43087  nlockmgr
<br>    300019    1   tcp    734  amd<br>    300019    1   udp    735  amd<br>    100011    1   udp    620  rquotad<br>    100011    2   udp    620  rquotad<br>    100011    1   tcp    623  rquotad<br>    100011    2   tcp    623  rquotad
<br>    100003    2   udp   2049  nfs<br>    100003    3   udp   2049  nfs<br>    100003    4   udp   2049  nfs<br>    100003    2   tcp   2049  nfs<br>    100003    3   tcp   2049  nfs<br>    100003    4   tcp   2049  nfs
<br>    100005    1   udp    633  mountd<br>    100005    1   tcp    636  mountd<br>    100005    2   udp    633  mountd<br>    100005    2   tcp    636  mountd<br>    100005    3   udp    633  mountd<br>    100005    3   tcp    636  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>