
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)
お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!
関連するカテゴリからQ&Aを探す
おすすめ情報
デイリーランキングこのカテゴリの人気デイリーQ&Aランキング
-
linuxのインストール
-
Core 2 Duo の古いパソコンに最...
-
インストールできないですどう...
-
LinuxでWine使うとどのくらいWi...
-
ubuntu 24 へのCanon 複合機ス...
-
VirtualBox 6.1 → 7.1 でUbuntu...
-
Linux のシェルスクリプトの強...
-
ubuntu(linux)のシャットダウン...
-
ubuntu が起動しない。
-
bashでシングルクォート内の変...
-
「/var/log」内のログの削除の...
-
Ububtuでファイル共有できない...
-
LinuxのノートパソコンでDVDコ...
-
ubuntuのシャットダウンが進ま...
-
ubuntuで デイスク/deb/loopと...
-
VirtualBox ゲストOSにPC内蔵HD...
-
linuxサーバーのキャッシュをク...
-
「トゥ]の出し方
-
WinSCPでLinux(CentOS6.10)に...
-
ubuntuのターミナルで書いたコ...
マンスリーランキングこのカテゴリの人気マンスリーQ&Aランキング
-
Ubuntu 鍵のマークがついて書き...
-
ftpでファイルを転送時、タイム...
-
差込印刷のデータ参照エラー
-
SolarisでCPU使用率100%を解消...
-
ftpでのファィルの取り込みでは...
-
telnetでFTPでファイルをア...
-
NFSサーバーのファイルを取得する
-
win7 ブルースクリーンについて...
-
windows7からlinuxへ大量のファ...
-
(PDF形式)CD挿入時に自動起動...
-
htaccessでユーザー認証が出来ない
-
Apacheのhttpd.confのCustomLog...
-
数GBのファイル転送
-
パーミッションの Owner、Group...
-
TFTPサーバ構築
-
apacheでファイルへの変更が反...
-
linuxで「systemctl restart …...
-
対話式FTPのシェル化の方法
-
ドメイン変更にともない、アド...
-
rsync重いファイルの時の挙動
おすすめ情報