* Who can help me with my NFS?
@ 2007-06-26 5:59 xu chen
2007-06-26 15:11 ` Linas Vepstas
0 siblings, 1 reply; 2+ messages in thread
From: xu chen @ 2007-06-26 5:59 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 3342 bytes --]
I ported my opb_ethernet driver to the ml403 board, with the reference system provided by Xilinx Co. Now I can ping the host with the board, and can also ping the board with PC. But I can't mount the NFS of my PC. The host configuration is correct, and the host can also be mounted by other PCs. Here is my tcpdump log when the board mount the PC's NFS, PC's IP: 192.168.1.107; board's IP: 192.168.1.134
/* log started */
20:14:42.349932 arp who-has 192.168.1.107 tell 192.168.1.134
20:14:47.070616 arp reply 192.168.1.107 is-at 00:e0:4c:fe:d0:f1 (oui Unknown)
20:14:42.394658 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: S 1146939992:1146939992(0) win 5840 <mss 1460,sackOK,timestamp 196450 0,nop,wscale 1>
20:14:42.394707 IP 192.168.1.107.sunrpc > 192.168.1.134.cadlock: S 1643811256:1643811256(0) ack 1146939993 win 5792 <mss 1460,sackOK,timestamp 27240469 196450,nop,wscale 2>
20:14:42.446740 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: . ack 1 win 2920 <nop,nop,timestamp 196477 27240469>
20:14:42.498840 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: P 1:45(44) ack 1 win 2920 <nop,nop,timestamp 196490 27240469>
20:14:42.871984 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: P 1:45(44) ack 1 win 2920 <nop,nop,timestamp 196584 27240469>
20:14:43.568070 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: P 1:45(44) ack 1 win 2920 <nop,nop,timestamp 196758 27240469>
20:14:44.912202 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: P 1:45(44) ack 1 win 2920 <nop,nop,timestamp 197094 27240469>
20:14:47.552563 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: P 1:45(44) ack 1 win 2920 <nop,nop,timestamp 197754 27240469>
20:14:52.785247 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: P 1:45(44) ack 1 win 2920 <nop,nop,timestamp 199062 27240469>
20:15:03.202489 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: P 1:45(44) ack 1 win 2920 <nop,nop,timestamp 201666 27240469>
20:15:23.988960 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: P 1:45(44) ack 1 win 2920 <nop,nop,timestamp 206862 27240469>
20:15:28.989426 arp who-has 192.168.1.107 tell 192.168.1.134
20:15:28.989446 arp reply 192.168.1.107 is-at 00:e0:4c:fe:d0:f1 (oui Unknown)
20:15:42.557376 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: F 45:45(0) ack 1 win 2920 <nop,nop,timestamp 211503 27240469>
20:15:42.557423 IP 192.168.1.107.sunrpc > 192.168.1.134.cadlock: . ack 1 win 1448 <nop,nop,timestamp 27255509 196477,nop,nop,sack 1 {45:46}>
20:15:42.610524 IP 192.168.1.134.rtip > 192.168.1.107.rlzdbase: UDP, length 100
20:15:45.660481 IP 192.168.1.134.rtip > 192.168.1.107.rlzdbase: UDP, length 100
20:15:47.555896 arp who-has 192.168.1.134 tell 192.168.1.107
20:15:47.605255 arp reply 192.168.1.134 is-at 00:0a:35:01:7e:d1 (oui Unknown)
20:15:48.708674 IP 192.168.1.134.rtip > 192.168.1.107.rlzdbase: UDP, length 100
20:15:51.757068 IP 192.168.1.134.rtip > 192.168.1.107.rlzdbase: UDP, length 100
20:15:54.805366 IP 192.168.1.134.rtip > 192.168.1.107.rlzdbase: UDP, length 100
20:15:57.853759 IP 192.168.1.134.rtip > 192.168.1.107.rlzdbase: UDP, length 100
20:16:00.902163 IP 192.168.1.134.rtip > 192.168.1.107.rlzdbase: UDP, length 100
20:16:05.513866 IP 192.168.1.134.cadlock > 192.168.1.107.sunrpc: P 1:45(44) ack 1 win 2920 <nop,nop,timestamp 217242 27255509>
/* log ended */
---------------------------------
雅虎免费邮箱-3.5G容量,20M附件
[-- Attachment #2: Type: text/html, Size: 3634 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Who can help me with my NFS?
2007-06-26 5:59 Who can help me with my NFS? xu chen
@ 2007-06-26 15:11 ` Linas Vepstas
0 siblings, 0 replies; 2+ messages in thread
From: Linas Vepstas @ 2007-06-26 15:11 UTC (permalink / raw)
To: xu chen; +Cc: linuxppc-dev
On Tue, Jun 26, 2007 at 01:59:33PM +0800, xu chen wrote:
> I ported my opb_ethernet driver to the ml403 board, with the reference system provided by Xilinx Co. Now I can ping the host with the board, and can also ping the board with PC. But I can't mount the NFS of my PC. The host configuration is correct, and the host can also be mounted by other PCs. Here is my tcpdump log when the board mount the PC's NFS, PC's IP: 192.168.1.107; board's IP: 192.168.1.134
Does telnet work? Can you ftp?
I had problems with nfs once when the device driver failed to compute the
checksum on the packets. This allowed some things to work, but not
others. Does tcp work, but udp is borken, or are tehy both broken?
--linas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-26 15:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-26 5:59 Who can help me with my NFS? xu chen
2007-06-26 15:11 ` Linas Vepstas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).