bge driver internal routing issues?
David Malone
dwmalone at maths.tcd.ie
Mon Aug 29 15:28:13 GMT 2005
On Sun, Aug 28, 2005 at 09:06:47PM +0100, Steven Hartland wrote:
> Having a really odd problem here where udp queries to
> servers running on machines with bge cards dont respond
> via ip address that are being bound on:
Can you run "tcpdump -s 0 -vvv port 1234" on the client (replace
port 1234 with the port number for the service). See if tcpdump
shows a reply packet, and if it does see if the checksum is reported
OK. It could be that the checksum offloading on the bge card is
busted.
(You could also check "netstat -s" on the client to see if it
shows many bad checksums in the UDP section.)
David.
More information about the freebsd-hackers
mailing list