- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-23-2019 02:21 PM
hi,
I want to use a TFTP server ( like this for Windows https://extremeportal.force.com/ExtrArticleDetail?an=000081258) but on Linux to upload a file to a switch. I tested several solutions (tftpd-hpa ...), but none works.
Do you know a solutions who work?
Many thanks in advanced
Alex
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-25-2019 12:57 PM
I already test this, but it not fix my problem, i absolutely test/check everything, that's sounds very strang.
So i test on a other Linux OS (raspbian that's is not virtual) and TADA it Work ! [ it's may be that my server was virtual ...]
Thank for your help !
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-25-2019 12:57 PM
I already test this, but it not fix my problem, i absolutely test/check everything, that's sounds very strang.
So i test on a other Linux OS (raspbian that's is not virtual) and TADA it Work ! [ it's may be that my server was virtual ...]
Thank for your help !
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-24-2019 02:59 PM
I use tftpd-hpa in our lab. I believe the problem you're experiencing is due to the block size configuration. Here's the config I use:
$ cat /etc/default/tftpd-hpa
# /etc/default/tftpd-hpa
RUN_DAEMON="yes"
TFTP_USERNAME="nobody"
TFTP_DIRECTORY="/media/TFTPsymlinks/"
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="-c -B 16268 -l -s"
Note the -B 16268 option for max-block-size.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-24-2019 02:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-24-2019 12:38 PM
that's sounds strange:
- You can send and receive files from a windows tftp client to/from the Linux server
- You can send and receive files from the switch to/from the Windows server
- but You cannot send/receive files to/from the Linux server ???
Are all systems in the same network (IP Address, Netmask, Gateway)?
Is it possible that an ACL is running on the switch?
Maybe you have found a firmware bug ???
Very mystic,
Axel
