Created by Yuriy Andamasov, Modified on Fri, 12 Jan at 4:17 PM by Srividya Anantapatnaikuni
Article review date | 2024-01-05 |
Validated for VyOS versions | 1.2.5, 1.3.5, 1.5.0 |
VyOS provides a TFTP Server functionality.
Create a folder for the data to use it in the TFTP Server config
set service tftp-server directory /config/user-data/tftpdata/
set the listen-address in IPv4 or/and IPv6
set service tftp-server listen-address 10.10.1.254
set or change the default udp port
set service tftp-server port 6969
To allow anonymous uploads or else TFTP server will act as a read-only server.
set service tftp-server allow-upload
Choose your directory location carefully or you will loose the content on image upgrades.
Any directory under /config is saved and this will be migrated.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article