<br><font size=2 face="sans-serif">Both hosts.allow and host.deny are empty.</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Jeff Newmiller <jdnewmil@dcn.davis.ca.us></b>
</font>
<br><font size=1 face="sans-serif">$BAw?.<T(B: vox-tech-bounces@lists.lugod.org</font>
<p><font size=1 face="sans-serif">09/01/2007 11:03 AM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">"lugod's technical
discussion forum" <vox-tech@lists.lugod.org> $B$X(B<br>
$BJV?.$7$F$/$@$5$$(B</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">$B08@h(B</font></div>
<td><font size=1 face="sans-serif">"lugod's technical discussion forum"
<vox-tech@lists.lugod.org></font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">$B7oL>(B</font></div>
<td><font size=1 face="sans-serif">Re: [vox-tech] NFS:mount RPC timed out</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>I am no NFS guru, but I would check hosts.allow on
the client.<br>
<br>
xiao.liang@cn.alps.com wrote:<br>
> <br>
> I use kernel 2.4.20,busybox 1.3.1,the NFS server is V4.When I try
to <br>
> 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 <br>
> server have sent SYN,ACK back to client with the TCP connection, but
the <br>
> client just do not respond. I use portmap and also inetd. The tcpdump
<br>
> log is look like this:<br>
> <br>
> 10.25.16.160.794 > 10.25.16.130.sunrpc: S, cksum 0x5740 (correct),
31406388<br>
> <br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x79e6 (correct),
<br>
> 2533961748:2<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x79e6 (correct),
<br>
> 2533961748:2<br>
> 60) 10.25.16.160.794 > 10.25.16.130.sunrpc: S, cksum 0x5614 (correct),
<br>
> 31406388<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x76ff (correct),
<br>
> 2533961748:2<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x76ff (correct),
<br>
> 2533961748:2<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x76f8 (correct),
<br>
> 2533961748:2<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x76f8 (correct),
<br>
> 2533961748:2<br>
> <br>
> <br>
> 60) 10.25.16.160.794 > 10.25.16.130.sunrpc: S, cksum 0x53bc (correct),
<br>
> 31406388<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x7123 (correct),
<br>
> 2533961748:2<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x7123 (correct),
<br>
> 2533961748:2<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x711c (correct),
<br>
> 2533961748:2<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x711c (correct),
<br>
> 2533961748:2<br>
> <br>
> <br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x6563 (correct),
<br>
> 2533961748:2<br>
> 60) 10.25.16.160.794 > 10.25.16.130.sunrpc: S, cksum 0x4f0c (correct),
<br>
> 31406388<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x6561 (correct),
<br>
> 2533961748:2<br>
> 10.25.16.130.sunrpc > 10.25.16.160.794: S, cksum 0x6563 (correct),
<br>
> 2533961748:<br>
> <br>
> <br>
> If it is the portmap and inetd's problem?<br>
> Following is some info:<br>
> <br>
> 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>
> <br>
> Client use a random tcp port number to connect with server:111, then
who <br>
> will look after the SYN,ACK packet sent back by server, the inetd?
<br>
> Should I add a line in inetd.conf like "794 stream
tcp nowait root <br>
> portmap" , but it is a ramdom port number?! Or should there
be a tcpd <br>
> or sth run on my board????<br>
> <br>
> Ask for help!!!!!<br>
> <br>
> ps :<br>
> <br>
> /usr/sbin/inetd<br>
> /sbin/portmap<br>
> <br>
> <br>
> ------------------------------------------------------------------------<br>
> <br>
> _______________________________________________<br>
> vox-tech mailing list<br>
> vox-tech@lists.lugod.org<br>
> http://lists.lugod.org/mailman/listinfo/vox-tech<br>
<br>
<br>
-- <br>
---------------------------------------------------------------------------<br>
Jeff Newmiller
The .....
..... Go Live...<br>
DCN:<jdnewmil@dcn.davis.ca.us> Basics:
##.#. ##.#. Live Go...<br>
Live:
OO#.. Dead: OO#.. Playing<br>
Research Engineer (Solar/Batteries O.O#.
#.O#. with<br>
/Software/Embedded Controllers)
.OO#. .OO#. rocks...1k<br>
---------------------------------------------------------------------------<br>
_______________________________________________<br>
vox-tech mailing list<br>
vox-tech@lists.lugod.org<br>
http://lists.lugod.org/mailman/listinfo/vox-tech<br>
</font></tt>
<br>