Date: Fri, 18 Dec 2009 15:23:44 -0500 (EST) From: Rick Macklem <rmacklem@uoguelph.ca> To: Jeremie Le Hen <jeremie@le-hen.org> Cc: Rick Macklem <rmacklem@FreeBSD.org>, freebsd-stable@FreeBSD.org Subject: Re: Cannot list a particular directory through NFS with UDP Message-ID: <Pine.GSO.4.63.0912181518280.9495@muncher.cs.uoguelph.ca> In-Reply-To: <20091213230650.GA45540@felucia.tataz.chchile.org> References: <20091213230650.GA45540@felucia.tataz.chchile.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 14 Dec 2009, Jeremie Le Hen wrote: > 00:00:01.953196 IP (tos 0x0, ttl 64, id 48966, offset 0, flags [none], proto UDP (17), length 168) 192.168.1.1.3819288094 > 192.168.1.222.2049: 140 readdir [|nfs] > 00:00:01.953665 IP (tos 0x0, ttl 64, id 27028, offset 0, flags [+], proto UDP (17), length 1500) 192.168.1.222.2049 > 192.168.1.1.3819288094: reply ok 1472 readdir POST: DIR 755 ids 0/0 [|nfs] > 00:00:01.953711 IP (tos 0x0, ttl 64, id 27028, offset 1480, flags [none], proto UDP (17), length 632) 192.168.1.222 > 192.168.1.1: udp > This appears to be the reply to the nfs readdir request, which is what would be expected. It could be a problem with the content or the reply or a NetBSD client issue. If you were to email me the raw tcpdump capture for the above, I could take a look at it in wireshark (which knows how to interpret nfs) and see if there is anything bogus looking in the reply. ("tcpdump -s 0 -w <file> host 192.168.1.1" and then email me <file> as an attachment, should do it) rick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.63.0912181518280.9495>