<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TFTP / Solution for a linux server in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72860#M19011</link>
    <description>&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5dd45011ee9f4f2186fbafc3199c20f1_134e6bf4-9e42-45c6-ac68-6b2d39da695a.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2151i22A8FF5A3BE3116B/image-size/large?v=v2&amp;amp;px=999" role="button" title="5dd45011ee9f4f2186fbafc3199c20f1_134e6bf4-9e42-45c6-ac68-6b2d39da695a.png" alt="5dd45011ee9f4f2186fbafc3199c20f1_134e6bf4-9e42-45c6-ac68-6b2d39da695a.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 15:41:03 GMT</pubDate>
    <dc:creator>skyvana</dc:creator>
    <dc:date>2019-07-24T15:41:03Z</dc:date>
    <item>
      <title>TFTP / Solution for a linux server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72858#M19009</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;&lt;BR /&gt;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.&lt;SPAN style="display:none;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Do you know a solutions who work?&lt;BR /&gt;&lt;BR /&gt;Many thanks in advanced&lt;BR /&gt;&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 21:21:10 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72858#M19009</guid>
      <dc:creator>skyvana</dc:creator>
      <dc:date>2019-07-23T21:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP / Solution for a linux server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72859#M19010</link>
      <description>Hi Alex,&lt;BR /&gt;
have you checked that the tftp-server is running (netstat -taup | grep tftpd-hpa)?&lt;BR /&gt;
Have you checked that no firewall will block the traffic to/from the server?&lt;BR /&gt;
What show the output of "tail -f /var/log/syslog" or the output of "tail -f /var/log/messages" when you try to receive a file from the server and what is the command you use at the switch to download the file?&lt;BR /&gt;
Pls. give us a little bit more details.&lt;BR /&gt;
regards,&lt;BR /&gt;
Axel</description>
      <pubDate>Wed, 24 Jul 2019 12:54:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72859#M19010</guid>
      <dc:creator>ar1</dc:creator>
      <dc:date>2019-07-24T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP / Solution for a linux server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72860#M19011</link>
      <description>&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5dd45011ee9f4f2186fbafc3199c20f1_134e6bf4-9e42-45c6-ac68-6b2d39da695a.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2151i22A8FF5A3BE3116B/image-size/large?v=v2&amp;amp;px=999" role="button" title="5dd45011ee9f4f2186fbafc3199c20f1_134e6bf4-9e42-45c6-ac68-6b2d39da695a.png" alt="5dd45011ee9f4f2186fbafc3199c20f1_134e6bf4-9e42-45c6-ac68-6b2d39da695a.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 15:41:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72860#M19011</guid>
      <dc:creator>skyvana</dc:creator>
      <dc:date>2019-07-24T15:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP / Solution for a linux server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72861#M19012</link>
      <description>Hi Alex,&lt;BR /&gt;
your output from your first picture shows two process that are running on the tftp-ports (PID 3485 and 4146). Pls reboot the system an check if this is still so.&lt;BR /&gt;
Pls. send the complete output of the command "systemctl status tftpd-hpa.service"&lt;BR /&gt;
At the end you see, where the server is looking for files and where they will be stored.&lt;BR /&gt;
For example:&lt;BR /&gt;
root@test:/# systemctl status tftpd-hpa.service &lt;BR /&gt;
● tftpd-hpa.service - LSB: HPA's tftp server&lt;BR /&gt;
  Loaded: loaded (/etc/init.d/tftpd-hpa; generated; vendor preset: enabled)&lt;BR /&gt;
  Active: active (running) since Mon 2019-05-20 14:45:48 CEST; 2 months 4 days ago&lt;BR /&gt;
    Docs: man:systemd-sysv-generator(8)&lt;BR /&gt;
   Tasks: 1 (limit: 4915)&lt;BR /&gt;
  CGroup: /system.slice/tftpd-hpa.service&lt;BR /&gt;
          └─874 /usr/sbin/in.tftpd --listen --user tftp --address 0.0.0.0:69 --ipv4 --create --secure /srv/tftp&lt;BR /&gt;
(in my case its /srv/tftp)&lt;BR /&gt;
Maybe you have to create this directory ?&lt;BR /&gt;
To check the firewall settings try "ufw" or "iptables -L".&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Axel</description>
      <pubDate>Wed, 24 Jul 2019 18:28:47 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72861#M19012</guid>
      <dc:creator>ar1</dc:creator>
      <dc:date>2019-07-24T18:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP / Solution for a linux server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72862#M19013</link>
      <description>&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="044d22c60cb844e5829683cb5e4aa5c1_4204b2f3-8109-461d-a33d-e643cd4a40a0.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5221iB4B467F080544A6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="044d22c60cb844e5829683cb5e4aa5c1_4204b2f3-8109-461d-a33d-e643cd4a40a0.png" alt="044d22c60cb844e5829683cb5e4aa5c1_4204b2f3-8109-461d-a33d-e643cd4a40a0.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 18:52:20 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72862#M19013</guid>
      <dc:creator>skyvana</dc:creator>
      <dc:date>2019-07-24T18:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP / Solution for a linux server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72863#M19014</link>
      <description>Hi Alex,&lt;BR /&gt;
that's sounds strange:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;You can send and receive files from a windows tftp client to/from the Linux server 
&lt;/LI&gt;&lt;LI&gt;You can send and receive files from the switch to/from the Windows server 
&lt;/LI&gt;&lt;LI&gt;but You cannot send/receive files to/from the Linux server ??? 
&lt;/LI&gt;&lt;/UL&gt;I don't know how your network looks like but can you ping the linux server from the switch?&lt;BR /&gt;
Are all systems in the same network (IP Address, Netmask, Gateway)?&lt;BR /&gt;
Is it possible that an ACL is running on the switch?&lt;BR /&gt;
Maybe you have found a firmware bug ???&lt;BR /&gt;
Very mystic,&lt;BR /&gt;
&lt;BR /&gt;
Axel</description>
      <pubDate>Wed, 24 Jul 2019 19:38:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72863#M19014</guid>
      <dc:creator>ar1</dc:creator>
      <dc:date>2019-07-24T19:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP / Solution for a linux server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72864#M19015</link>
      <description>&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="dd172cb25ea24e638d8b6f52ad5121eb_bfca6b78-cf00-45d5-8e0c-24af62631e56.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3931iD302AB6B78619167/image-size/large?v=v2&amp;amp;px=999" role="button" title="dd172cb25ea24e638d8b6f52ad5121eb_bfca6b78-cf00-45d5-8e0c-24af62631e56.png" alt="dd172cb25ea24e638d8b6f52ad5121eb_bfca6b78-cf00-45d5-8e0c-24af62631e56.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 21:08:15 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72864#M19015</guid>
      <dc:creator>skyvana</dc:creator>
      <dc:date>2019-07-24T21:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP / Solution for a linux server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72865#M19016</link>
      <description>It's difficult to read your responses because they are posted as images. Please don't do this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
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:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;$ cat /etc/default/tftpd-hpa&lt;BR /&gt;# /etc/default/tftpd-hpa&lt;BR /&gt;RUN_DAEMON="yes"&lt;BR /&gt;TFTP_USERNAME="nobody"&lt;BR /&gt;TFTP_DIRECTORY="/media/TFTPsymlinks/"&lt;BR /&gt;TFTP_ADDRESS="0.0.0.0:69"&lt;BR /&gt;TFTP_OPTIONS="-c -B 16268 -l -s"&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
Note the -B 16268 option for max-block-size.</description>
      <pubDate>Wed, 24 Jul 2019 21:59:33 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72865#M19016</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2019-07-24T21:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP / Solution for a linux server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72866#M19017</link>
      <description>hi,&lt;BR /&gt;
&lt;BR /&gt;
I already test this, but it not fix my problem, i absolutely test/check everything, that's sounds very strang.&lt;BR /&gt;
&lt;BR /&gt;
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 ...]&lt;BR /&gt;
&lt;BR /&gt;
Thank for your help !&lt;BR /&gt;
&lt;BR /&gt;
Alex</description>
      <pubDate>Thu, 25 Jul 2019 19:57:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/tftp-solution-for-a-linux-server/m-p/72866#M19017</guid>
      <dc:creator>skyvana</dc:creator>
      <dc:date>2019-07-25T19:57:14Z</dc:date>
    </item>
  </channel>
</rss>

