自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

fedora12 tftp服務(wù)器配置的方法

網(wǎng)絡(luò) 網(wǎng)絡(luò)管理
這里我們針對fedora12 tftp服務(wù)器配置的內(nèi)容進(jìn)行了具體的講解,那么分析了其中需要的一些代碼命令操作,希望對大家有所幫助。

對于tftp服務(wù)器的內(nèi)容,我們雖然講解了不少,但是它配置的多樣性,還是讓不少人頭疼。現(xiàn)在我們就具體看看fedora12 tftp服務(wù)器配置的內(nèi)容吧。那么首先fedora12下為mini2440建立tftp服務(wù)器,yum install tftp-server xinetd   tftp,修改/etc/xinetd.d/tftp文件,

  1. service tftp  
  2. {  
  3. socket_type   = dgram  
  4. protocol   = udp  
  5. wait    = yes  
  6. user    = root  
  7. server    = /usr/sbin/in.tftpd  
  8. server_args   = -s /tftpboot -c  
  9. disable    = no  
  10. per_source   = 11  
  11. cps    = 100 2  
  12. flags    = IPv4  

server_args指出了服務(wù)器的文件夾。

建立目錄/tftpboot,并執(zhí)行chmod   0777   /tftpboot   -R

執(zhí)行service   xinetd   start命令或service   xinetd   restart

fedora12 tftp服務(wù)器配置中,需要關(guān)閉防火墻。系統(tǒng)-管理-防火墻-選項(xiàng)-禁用防火墻-應(yīng)用

在根目錄下執(zhí)行

  1. tftp   192.168.0.102(本機(jī)IP)  
  2. tftp>   get   a  
  3. tftp>   put   a  
  4. tftp> q 

若能成功則表示tftp服務(wù)器正常。若出現(xiàn)了Permission denied的提示,則需要關(guān)閉防火墻或是在system-config-selinux中進(jìn)行修改,將系統(tǒng)默認(rèn)的應(yīng)用模式改為Disable,當(dāng)前應(yīng)用模式改為允許。

在U-boot的命令行中輸入printenv來打印環(huán)境變量,用setenv   serverip   192.168.0.102命令來設(shè)置服務(wù)器IP。然后輸入saveenv來保存環(huán)境變量。

執(zhí)行tftp   30008000   u-boot-mini2440.bin或tftpboot   30008000   u-boot-mini2440.bin將u-boot-mini2440.bin加載到內(nèi)存0x30008000處。

到此fedora12 tftp服務(wù)器配置就結(jié)束了。

責(zé)任編輯:佟健 來源: hi.baidu.com
相關(guān)推薦

2009-12-25 18:12:04

Fedora12光盤安

2010-09-14 10:29:43

配置tftp服務(wù)器

2010-09-10 16:19:31

配置tftp服務(wù)器

2010-09-14 11:24:03

Windows tft

2009-11-20 09:36:23

Fedora12特性網(wǎng)絡(luò)功能

2019-09-23 11:46:02

FedoraTFTP服務(wù)器 Linux

2010-09-14 11:33:39

Linux下設(shè)置tft

2010-09-14 11:16:55

Debian Linu

2010-09-09 17:54:07

TFTP服務(wù)器

2010-01-11 18:47:53

Fedora 6.0藍(lán)

2010-09-09 17:46:43

TFTP服務(wù)器

2009-12-28 17:33:01

Zend Studio

2013-07-16 14:44:43

Ubuntutftp服務(wù)器

2009-12-22 16:56:42

Cisco備份路由器配

2015-08-04 13:29:06

Fedoralinux

2010-03-17 15:31:49

2010-09-14 13:55:27

redhat 9 tf

2010-02-24 10:25:21

2010-09-10 18:31:42

搭建tftp服務(wù)器

2010-09-14 14:01:55

ubuntu tftp
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號