Page 1 of 1

Range port TFTP

Published: May 12, 2023 - 3:28 PM
by jdziadek
Hello, I'm following up on my last post about TFTP on WAPT.
For your information, we had indeed opened port 69, so the client was communicating with the server, but the TFTP protocol uses ephemeral UDP ports for the response, and these ports were blocked. :)
Once the ports were opened, it worked perfectly, however, the network administrator is a bit hesitant to leave the UDP responses open in "any" mode.
Is it possible to fix the TFTP ports somehow?
At the very least, what is the TFTP response range?
For example, on WDS, the ports used are 64001 to 65000.
Julien

Re: TFTP port range

Published: May 23, 2023 - 11:12
by sfonteneau
Hello,

our developer made a commit to this effect in the core of wapt (mormot2):

https://github.com/synopse/mORMot2/comm ... b9305806f9

Version 2.5 of wapt (not 2.4) should therefore have the

Simon

Re: TFTP port range

Published: May 25, 2023 - 6:26 PM
by jdziadek
Great, thank you very much :)