Cannot list a particular directory through NFS with UDP

Rick Macklem rmacklem at uoguelph.ca
Fri Dec 18 20:14:37 UTC 2009



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



More information about the freebsd-stable mailing list