<br><font size=2 face="Verdana">I use kernel 2.4.20,busybox 1.3.1,the NFS
server is V4.When I try to mount use <br>
<br>
mount -t nfs 10.25.16.130:/opt/Qtopia /opt/Qtopia <br>
<br>
Got error ,mount: RPC time out <br>
<br>
When I use ethreal on both the server and client side , found that the
server have sent SYN,ACK back to client with the TCP connection, but the
client just do not respond. I use portmap and also inetd. The tcpdump log
is look like this: <br>
<br>
10.25.16.160.794 &gt; 10.25.16.130.sunrpc: S, cksum 0x5740 (correct), 31406388
<br>
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x79e6 (correct), 2533961748:2
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x79e6 (correct), 2533961748:2
<br>
60) 10.25.16.160.794 &gt; 10.25.16.130.sunrpc: S, cksum 0x5614 (correct),
31406388 <br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x76ff (correct), 2533961748:2
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x76ff (correct), 2533961748:2
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x76f8 (correct), 2533961748:2
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x76f8 (correct), 2533961748:2
<br>
<br>
<br>
60) 10.25.16.160.794 &gt; 10.25.16.130.sunrpc: S, cksum 0x53bc (correct),
31406388 <br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x7123 (correct), 2533961748:2
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x7123 (correct), 2533961748:2
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x711c (correct), 2533961748:2
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x711c (correct), 2533961748:2
<br>
<br>
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x6563 (correct), 2533961748:2
<br>
60) 10.25.16.160.794 &gt; 10.25.16.130.sunrpc: S, cksum 0x4f0c (correct),
31406388 <br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x6561 (correct), 2533961748:2
<br>
10.25.16.130.sunrpc &gt; 10.25.16.160.794: S, cksum 0x6563 (correct), 2533961748:
<br>
<br>
<br>
If it is the portmap and inetd's problem?</font>
<br><font size=2 face="Verdana">Following is some info:</font>
<br>
<br><font size=2 face="Verdana">In /etc/service <br>
sunrpc 111/tcp portmap <br>
sunrpc 111/udp portmap <br>
<br>
In /etc/inetd.conf <br>
#rstatd/1-3 dgram rpc/udp wait root /usr/sbin/tcpd rpc.rstatd <br>
#rusersd/2-3 dgram rpc/udp wait root /usr/sbin/tcpd rpc.rusersd <br>
</font>
<br><font size=2 face="Verdana">Client use a random tcp port number to
connect with server:111, then who will look after the SYN,ACK packet sent
back by server, the inetd? Should I add a line in inetd.conf like &quot;794
&nbsp; &nbsp;stream &nbsp;tcp &nbsp; nowait root &nbsp;portmap&quot; ,
but it is a ramdom port number?! Or should there be a tcpd or sth run on
my board????</font>
<br>
<br><font size=2 face="Verdana">Ask for help!!!!!</font>
<br><font size=2 face="Verdana"><br>
ps :<br>
<br>
/usr/sbin/inetd <br>
/sbin/portmap</font>