TFTPサーバ構築
CentOS5.2でTFTPサーバーを構築し、Ciscoルータからcopy flash tftpをしたいのですが、なぜかtime outになってしまいます。
何が悪いのかご検討のつく方、アドバイスをお願いします。
cat /etc/xinetd.d/tftp
--------------------
# default: off
# description: The tftp server serves files using the trivial file transfer \
# protocol. The tftp protocol is often used to boot diskless \
# workstations, download configuration files to network-aware printers, \
# and to start the installation process for some operating systems.
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
-------------------------------------------
ls -la / | grep tftpboot
---------------------------------------------
drwxrwxrwx 2 nobody nobody 4096 3月 28 2007 tftpboot
---------------------------------------------
Router#copy flash tftp
Source filename []? c2600-io3-mz.123-6b.bin
Address or name of remote host []? 192.168.1.5
Destination filename [c2600-io3-mz.123-6b.bin]?
.....
%Error opening tftp://192.168.1.5/c2600-io3-mz.123-6b.bin (Timed out)
お礼
返事が大変遅くなってしまいすいません。 qaaqさんがおっしゃるとおり slot0:自体がありませんでした。 また、IOSは無事にインストールできました。 ご回答ありがとうございました。