Date: Tue, 24 Sep 2002 09:50:03 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: Eric Anderson <anderson@centtech.com> Cc: freebsd-chat@freebsd.org Subject: Re: FreeBSD NFS server using two NICs Message-ID: <3D9097BB.3241C644@mindspring.com> References: <3D8A3E52.2090202@centtech.com> <3D8A428B.B96FBE75@mindspring.com> <3D8A458B.2080608@centtech.com> <3D8A4B40.67C8E2A2@mindspring.com> <3D8F66AB.8020309@centtech.com> <3D8F8401.E77A5DA9@mindspring.com> <3D90775C.9080804@centtech.com> <3D9078D2.8090401@centtech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Eric Anderson wrote: > Now I'm emailing myself.. :D > > UDP may not be the problem at all - with ONLY TCP set up on the server, > but still using 2 NICs, I can make the problem happen. However, it is > not will all Solaris clients - only a small few. I'm researching now to > find out what is different. > > Thanks for the nudge - looks like I'm sliding downhill fast now.. :D Try: netstat -s | head -25 | tail -2 ... and tell us if you see anything different from: 0 discarded for bad checksums 0 discarded for bad header offset fields It's possible that the problem is that you have bad hardware checdksum hardware in the senders, and the packets are being dropped intentionally because of this. It could also be that the reassembly buffers are not being mixed... which still means you need to look at the wire contents again. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D9097BB.3241C644>