「TFTPサーバーの設定」の版間の差分

提供: VoIP-Info.jp
ナビゲーションに移動 検索に移動
新しいページ: ' == TFTPサーバーのインストール == OS:CentOS Ver5.2<BR> yum install atftp'
 
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
== TFTPサーバーのインストール ==
== TFTPサーバーのインストール ==
   
   
OS:CentOS Ver5.2<BR>
OS:CentOS release 5.2 (Final)<BR>
<BR>
Name  : atftp<BR>
Arch  : i386<BR>
Version: 0.7<BR>
Release: 6<BR>
Size  : 83 k<BR>
Repo  : installed<BR>
Summary: Advanced Trivial File Transfer Protocol (TFTP) client<BR>
Description:<BR>
atftp is an advanced client implementation of the TFTP<BR>
protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349.<BR>
The server is multi-threaded and the client presents a friendly<BR>
interface using libreadline. The current server implementation<BR>
lacks IPv6 support.<BR>


  yum install atftp
 
yum install atftp
mkdir /tftpboot

2009年2月7日 (土) 20:10時点における最新版

TFTPサーバーのインストール

OS:CentOS release 5.2 (Final)

Name  : atftp
Arch  : i386
Version: 0.7
Release: 6
Size  : 83 k
Repo  : installed
Summary: Advanced Trivial File Transfer Protocol (TFTP) client
Description:
atftp is an advanced client implementation of the TFTP
protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349.
The server is multi-threaded and the client presents a friendly
interface using libreadline. The current server implementation
lacks IPv6 support.


yum install atftp

mkdir /tftpboot