|
|
 |
« on: June 06, 2009, 12:20:21 PM » |
|
I am running a tftp server on my CentOS Linux i386 system. Here is the tftpserver startup:
[root@compaps ~]# /opt/tftpServer/tftpserversp/tftpserver -v TFTP Server SinglePort Version 1.62 Unix Built 1621
starting TFTP... username: root alias / is mapped to /home/tftp/ permitted clients: 192.168.1.100-192.168.1.120 max blksize: 65464 default blksize: 512 default timeout: 3 file read allowed: Yes file create allowed: No file overwrite allowed: No listening on: 192.168.1.101:69
Accepting requests.. Client 192.168.1.101:35676 /home/tftp/hello.o2, 10 Blocks Served
The above message resulted from a test using tftp localhost and get hello.o2 which was successful.
The following is from the Sheeva plug console running tftp that was connected to the tftp server:
tftp> status Connected to 192.168.1.101. Mode: netascii Verbose: off Tracing: off Rexmt-interval: 5 seconds, Max-timeout: 25 seconds tftp> verbose Verbose mode on. tftp> get hello.o2 getting from 192.168.1.101:hello.o2 to hello.o2 [netascii] Transfer timed out.
Does anyone know why the request from the Sheeva plug failed?
Wes
|