📄 tftpserver.ini
字号:
#This file stores configuration settings.#It should be edited and moved to /etc directory#comment ' should be removed infront of values if changed#no extra spaces anywhere or around =[LISTEN-ON]#if you have more than one NIC card on your server#can specify which cards/ports will listen TFTP requests#Specify the Interface you would like server to listen#default listening port is 69, but can be overridden here#listening on ports less than 1024 needs root account#upto 8 interfaces can be specified#Default is All Interfaces'128.254.185.131'192.168.0.100:2100[HOME]#You should specify home directory(s) here#The home directory can be specified#in two different ways, with alias or #bare names without aliases. Using alias you#can specify upto 8 directories like#routers=c:/RouterImages/Images#without alisas, only one directory can#be specified, which will become root#directory for tftp#mixup of bare names and aliases not allowed'/home/'routers=/hda1/RouterImages/Images'boot=/mnt/pc1/PXEBoot/Images'installs=/hda5/installs[LOGGING]#Logging is done to SYSLOG,#Logging will be done only if run as Service (without -v flag)#default is None#Logging "All" is resources intensive, should not be normally used.'None'Errors'All[ALLOWED-CLIENTS]#These are permitted clients for TFTP Access.#Hosts having IP address within these ip ranges#only will be responded to DNS requests.#32 hosts or 32 ranges can be specified.#If none is specified, then all are allowed'192.168.0.1-192.168.0.254'10.0.0.1-10.255.255.254'33.67.8.123[TFTP-OPTIONS]#First Option is server port range on which tftpserver#would respond from, if you have firewall#issues, you may like to restrict this#range. default is any free port#do not use reserve ports less than 1024#The Multithreaded TFTP Server listens the#requests on port 69 but responds on any free#port within these ranges, these are server#ports not client ports, client can use any port#if there is a fire wall issue, it should be#opened for server ip for these ports.'port-range=30000-30010#Next is default timeout per interval#if not overridden by client#min is 1, max can be 120'interval=3#Next is max block size, allowed#on client request. Max is 65531#if not overridden by client#it is always 512'blksize=65531#Next is flag if clients can#override existing files on server#default is no overwrite of files#set it to Y for allowing overwrite'overwrite=Y
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -