Install TFTP Server (Linux)
In order to update or change the IOS of the DuraNET 3300, PC1 needs to have a TFTP server.
Reference documents:
“Access Router Software Upgrade Procedure”, Doc ID 49044, July 31, 2015
“Installing and Configuring TFTP Server on Ubuntu”
From the TFTP documents; Install and Configure the Server (PC1) only.
Excerpts taken from “Access Router Software Upgrade Procedure”
TFTP (Trivial File Transfer Protocol) is a simplified version of FTP (File Transfer Protocol).
Installing TFTP Server: (Note: Ensure you have an Internet connection).
From PC1 open a terminal window (Figure 4.3) and execute the following commands…
~$ sudo apt update
The APT package repository cache should be updated.
Figure 4.3: Update APT package repository cache.
Now install the tftpd-hpa package with the following command (Figure 4.4):
~$ sudo apt install tftpd-hpa
Figure 4.4: Install the tftpd-hpa package.