mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
tftp: sync branches
This commit is contained in:
parent
a18e7d46e7
commit
7d3fa73deb
@ -15,8 +15,8 @@ Configuration
|
|||||||
|
|
||||||
.. cfgcmd:: set service tftp-server directory <directory>
|
.. cfgcmd:: set service tftp-server directory <directory>
|
||||||
|
|
||||||
Enable TFTP service by specifying the `<directory>` which will be used to serve
|
Enable TFTP service by specifying the `<directory>` which will be used to serve
|
||||||
files.
|
files.
|
||||||
|
|
||||||
.. hint:: Choose your ``directory`` location carefully or you will loose the
|
.. hint:: Choose your ``directory`` location carefully or you will loose the
|
||||||
content on image upgrades. Any directory under ``/config`` is save at this
|
content on image upgrades. Any directory under ``/config`` is save at this
|
||||||
@ -24,9 +24,9 @@ files.
|
|||||||
|
|
||||||
.. cfgcmd:: set service tftp-server listen-address <address>
|
.. cfgcmd:: set service tftp-server listen-address <address>
|
||||||
|
|
||||||
Configure the IPv4 or IPv6 listen address of the TFTP server. Multiple IPv4 and
|
Configure the IPv4 or IPv6 listen address of the TFTP server. Multiple IPv4 and
|
||||||
IPv6 addresses can be given. There will be one TFTP server instances listening
|
IPv6 addresses can be given. There will be one TFTP server instances listening
|
||||||
on each IP address.
|
on each IP address.
|
||||||
|
|
||||||
.. cfgcmd:: set service tftp-server listen-address <address> vrf <name>
|
.. cfgcmd:: set service tftp-server listen-address <address> vrf <name>
|
||||||
|
|
||||||
@ -40,15 +40,15 @@ Additional option to run TFTP server in the :abbr:`VRF (Virtual Routing and Forw
|
|||||||
|
|
||||||
.. cfgcmd:: set service tftp-server allow-upload
|
.. cfgcmd:: set service tftp-server allow-upload
|
||||||
|
|
||||||
Optional, if you want to enable uploads, else TFTP server will act as read-only
|
Optional, if you want to enable uploads, else TFTP server will act as a
|
||||||
server.
|
read-only server.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Provide TFTP server listening on both IPv4 and IPv6 addresses ``192.0.2.1`` and
|
Provide TFTP server listening on both IPv4 and IPv6 addresses ``192.0.2.1`` and
|
||||||
``2001:db8::1`` serving the content from ``/config/tftpboot``. Uploading via
|
``2001:db8::1`` serving the content from ``/config/tftpboot``. Uploading via
|
||||||
TFTP to this server is not allowed!
|
TFTP to this server is disabled.
|
||||||
|
|
||||||
The resulting configuration will look like:
|
The resulting configuration will look like:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user