I try to run the TFTP-Server
set service tftp-server directory '/config/user-data/tftpdata/' set service tftp-server listen-address '192.168.188.103'
vyos@vyos# ss -lun State Recv-Q Send-Q Local Address:Port Peer Address:Port UNCONN 0 0 0.0.0.0:68 0.0.0.0:* UNCONN 0 0 192.168.188.103:123 0.0.0.0:* UNCONN 0 0 127.0.0.1:123 0.0.0.0:* UNCONN 0 0 0.0.0.0:123 0.0.0.0:* UNCONN 0 0 0.0.0.0:28881 0.0.0.0:* UNCONN 0 0 127.0.0.1:69 0.0.0.0:* UNCONN 0 0 0.0.0.0:2942 0.0.0.0:* UNCONN 0 0 [fe80::a00:27ff:fe2b:c00b]%eth0:546 [::]:* UNCONN 0 0 [::]:35418 [::]:* UNCONN 0 0 [fe80::a00:27ff:fe81:c659]%eth1:123 [::]:* UNCONN 0 0 [::1]:123 [::]:* UNCONN 0 0 [fe80::a00:27ff:fe2b:c00b]%eth0:123 [::]:* UNCONN 0 0 [::]:123 [::]:* UNCONN 0 0 [::]:52457 [::]:*
port change in config
set service tftp-server port '6900'
vyos@vyos# ss -lun State Recv-Q Send-Q Local Address:Port Peer Address:Port UNCONN 0 0 0.0.0.0:68 0.0.0.0:* UNCONN 0 0 192.168.188.103:123 0.0.0.0:* UNCONN 0 0 127.0.0.1:123 0.0.0.0:* UNCONN 0 0 0.0.0.0:123 0.0.0.0:* UNCONN 0 0 0.0.0.0:28881 0.0.0.0:* UNCONN 0 0 127.0.0.1:6900 0.0.0.0:* UNCONN 0 0 0.0.0.0:2942 0.0.0.0:* UNCONN 0 0 [fe80::a00:27ff:fe2b:c00b]%eth0:546 [::]:* UNCONN 0 0 [::]:35418 [::]:* UNCONN 0 0 [fe80::a00:27ff:fe81:c659]%eth1:123 [::]:* UNCONN 0 0 [::1]:123 [::]:* UNCONN 0 0 [fe80::a00:27ff:fe2b:c00b]%eth0:123 [::]:* UNCONN 0 0 [::]:123 [::]:* UNCONN 0 0 [::]:52457 [::]:*
it also failed wenn i change the IP config from DHCP to static
providing a non existing IP to tftp-server config failed as expected.
vyos@vyos# set service tftp-server listen-address 1.1.1.1 [edit] vyos@vyos# commit [ service tftp-server ] WARNING: TFTP server listen address 1.1.1.1 not configured!
also adding
set service tftp-server allow-upload
with no effect