Notes
1.0.0
1.0.0
  • Introduction
  • Commands
    • cd
    • df
    • du
    • fc-cahe
    • ifconfig
    • ip
    • ls
    • lsb_release
    • mkdir
    • mksquashfs
    • mount
    • ping
    • pwd
    • rm
    • sar
    • sudo
  • Linux C
    • Preprocessor
    • Keywords
    • Kernel
      • Ftrace
      • Watchdog
  • Python
    • general
      • Decorator
      • Generator
      • Iterator
      • Lambda
    • Download
    • NIC
  • Network
    • Protocol
      • Link layer
      • IP
      • ARP
      • ICMP
    • Proxy
      • Cntlm
      • Proxychains4
      • ShadowSocks
    • Tools
      • iperf
      • tc
      • Wireshark
    • Apps
      • samba
      • tftp
  • Software
    • Atom
    • Chrome
    • Docker
    • Git
    • Gitbook
    • Hexo
    • Nodejs
    • Teraterm
    • Tex
    • Tmux
    • VIM
    • VSCode
  • Database
    • MongoDB
  • Web
    • CSS
    • LNMP
  • Tools
    • common
    • programming
  • Ubuntu
    • Add user
    • AWS EC2
    • FAQ
    • Installer
    • Shell
    • Shell scripts
    • Themes
    • VPS
  • Windows
    • PowerShell
    • CMD
    • FAQ
  • Aphorisms
  • Book List
  • Favorites
  • Appendix
    • ASCII
    • GSM
Powered by GitBook
On this page
  • Tftp server
  • Tftp client

Was this helpful?

  1. Network
  2. Apps

tftp

PrevioussambaNextSoftware

Last updated 5 years ago

Was this helpful?

Tftp server

若需要使用tftp server的功能时,首先需要对计算机中连接路由器的网卡设置静态IP:192.168.1.10,默认网关及DNS同样设为192.168.1.1(与路由器LAN端IP一致);之后打开软件tftpd64,在tftp server界面设置相关参数:服务器的文件目录和接口。

Tftp client

若需要使用tftp client功能,向路由器烧写镜像文件的话,需要将IP设为192.168.1.1,port设为69(非必须);然后需要选择好待烧写的镜像文件,并在路由器处于upgrade mode的状态下点击put按钮,完成镜像文件的烧写。

路由器进入upgrade mode的两种情况:

  1. 打开console,在路由器关机状态按住reset按键不放,单击开机键,等待console闪烁提示upgrade mode时放手;

  2. 当刷机失败后重启时自动进入upgrade mode.

tftp server
tftp client