Tag: TFTP configuration cannot be turned on
Known: TFTP is based on the XINETD Network Management Service. The XINETD service must be turned on to use the TFTP service.
TFTP configuration file:/etc/xinetd.d/tftp
XINETD configuration file:/etc/xinetd.conf
Installation: #yum install xinetd tftp-server tftp, installing three of them together
Configure TFTP, default is off state, modified configuration is: 650) this.width=650; "Src=" http://s3.51cto.com/wyfs02/M01/57/54/ Wkiol1sx-zvsldlqaaikhtomfqm830.jpg "title=" TFTP configuration modification. PNG "alt=" Wkiol1sx-zvsldlqaaikhtomfqm830.jpg "/>XINETD is configured as default, no modifications are made.
Then do the following:
#mkdir/var/tftpboot/
#chmod 777-r/var/tftpboot/
#setenforce 0
#service iptables Stop
#service xinetd Restart
#service TFTP start error, cannot be opened. The error message is as follows:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/57/54/wKioL1SX_H_wnLRCAAVtUcKXG4U398.jpg "title=" TFTP error message. PNG "alt=" wkiol1sx_h_wnlrcaavtuckxg4u398.jpg "/> View log:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/57/56/wKiom1SX_HfRdjOcAAPlk5Uidaw019.jpg "title=" TFTP invalid parameter. PNG "alt=" Wkiom1sx_hfrdjocaaplk5uidaw019.jpg "/>
An invalid parameter was prompted.
But online view found that the configuration files are similar, in addition to the TFTP directory, the others are the same, they did not appear this invalid parameter error AH.
I do not understand, but also hope that the Great God can guide you! 650) this.width=650; "src=" Http://img.baidu.com/hi/jx2/j_0057.gif "alt=" J_0057.gif "/>
This article is from the "Hl_windy" blog, make sure to keep this source http://4800598.blog.51cto.com/4790598/1592774
My question: About TFTP