dポイントプレゼントキャンペーン実施中!

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)

A 回答 (2件)

まずはTFTPが動作しているかどうかを確認して下さい



tftpでは、一般的には書き込むディレクトリに
同名のファイルが存在している必要がありますが
ファイルは用意しましたか?(touchで作成で可)
但しこちらの場合には、エラーの内容が違った記憶があります。

Time outなので、SELinuxかiptables かもしれませんね
    • good
    • 0

設定ファイルを書き換えた後、xinetdのrestartを行ってますか?

    • good
    • 0

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!