Tftp server installation and configuration
Last Update:2014-05-22
Source: Internet
Author: User
Install and configure the tftp server www.2cto. comtrivialfiletransferprotocol simple file transfer protocol tftp has three transmission modes: netASCII8-bit ASSCII eight-bit group mode check whether [root @ localhostServer] # rpm is installed... tftp server installation and configuration tftp server www.2cto.com trivial file transfer protocol simple file transfer protocol tftp has three transmission modes: netASCII 8-bit ASSCII eight-bit group mode check whether the Mail mode is installed [root @ localhost Server] # rpm-qa | grep tftp-servertftp-server-0.49-2 www.2cto.com install Mount Installation File Image [root @ localhost Server] # rpm -ivh tftp-0.49-2.i386. Rpmwarning: tftp-0.49-2.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186Preparing... (100 ###################################### ##### [100%] 1: tftp (88 ##################################### ###### [100%] [root @ localhost Server] # rpm-ivh tftp-server-0.49-2.i386.rpmwarning: tftp-server-0.49-2.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: xinetd is needed By tftp-server-0.49-2.i386 [root @ localhost Server] # rpm-ivh xinetd-2.3.14-10.el5.i386.rpmwarning: xinetd-2.3.14-10.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186Preparing... (100 ###################################### ##### [100%] 1: xinetd (1 ##################################### ###### [100%] [root @ localhost Server] # rpm-ivh tftp-server-0.49-2.i386.rpmwarning: tftp-server-0.49-2.i38 6. rpm: Header V3 DSA signature: NOKEY, key ID 37017186Preparing... (100 ###################################### ##### [100%] 1: tftp-server (2 ################################### ######## [100%] modifying the configuration file [root @ localhost/] # vi/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 \ # workstat Ions, download configuration files to network-aware printers, \ # and to start the installation process for some operating systems. service tftp {socket_type = dgramprotocol = udpwait = yesuser = rootserver =/usr/sbin/in. tftpdserver_args =-s/tftpbootdisable = no # modify per_source = 11cps = 100 2 flags = IPv4} www.2cto.com to start the server [root @ localhost ~] #/Etc/init. d/xinetd start xinetd: ol. O check whether the server is successfully started [root @ localhost ~] # Netstat-a | grep tftpudp 0 0 *: tftp *: * Check port [root @ localhost ~] # Netstat-anulp | grep 69udp 0 0 0.0.0.0: 69 0.0.0.0: * 10548/xinetd client [root @ localhost Server] # tftp (to) 192.168.1.26tftp> get/home note: /* the following files are commonly used as directory files */get ls.txt