This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

TFTP uses wrong interface

I would like to run this on a machine but need to have the the TFTP server run against a specific interface. Everytime it starts it picks the same inteface but not the correct one. How do I accomplish this without having to take down the other interfaces before I start up the application?

  • The TFTP server is listening on all adapters. If you run (netstat -an | find "69") at a command prompt you should see the following.


    UDP    0.0.0.0:69             *:*


    The 0.0.0.0:69 means that UDP port 69 is open on all adapters.

  • Boom2ns - By default, the TFTP server binds to the address "any", meaning all addresses. You can specify one address to bind to int he configuration dialog.

    Right mouse click the TFTP icon on the system tray and select Open to get to the status window, then select File -> Configure to get to the configuration dialog. There should be a drop down of available addresses from which you can select the address to bind to.

     

    HTH,

    Greg
     


     

  • Hi, the address it binds to is the address it is looking for to connect? or the address of itself?