Community discussions

MikroTik App
 
leaf
newbie
Topic Author
Posts: 39
Joined: Sat Jun 02, 2007 8:36 am

Feature Request : TFTP server

Tue Aug 21, 2007 4:16 am

Hi All,

Is anyone else interested in this facility at all?

We have a lot of tiny embedded widgets scattered around on network segments behind RB133's in a set of factories. At present we have tux boxes sitting on the segments to provide a distribution point for embedded firmware revisions for the widgets as they can't cross a router boundary to get to the central firmware server. Being able to use the 133's as tftp servers would allow us to get rid of more potential failure issues by eliminating the tuxen boxen and relying solely on the << quite reliable ;-) >> RB133's.

The firmware files are only ~64K and we could use the existing FTP facility to easily get to the 133 in the first place. Security on the tftp directory is not an issue & the embedded boxes check the integrity of the download, they have a very limited boot space & so we can't fit anything else in to use anything more complex than tftp.

Cheers

Don
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: Feature Request : TFTP server

Tue Aug 21, 2007 8:51 am

we have a HTTP get and a FTP client already. see the Fetch command
 
leaf
newbie
Topic Author
Posts: 39
Joined: Sat Jun 02, 2007 8:36 am

Re: Feature Request : TFTP server

Wed Aug 22, 2007 7:56 am

The need is strictly TFTP as there are many other boxes from other Industrial suppliers that we have no firmware access to. The lowest common denominator & standard protocol for these widgets for firmware updates is TFTP. On our widgets the whole boot loader & comms system has to fit into 4K It is not a BOOTP system as the TFTP transfer only takes place as required, not at each reboot.

The other direction in which we are looking is an AVR32 NGW100 running linux on each subnet, it would just have been very convenient and cleaner to use the routers instead given that TFTP daemon source is readily available and there is tons of spare space there. Other alternative was to load OpenWRT but we have been happy with progress using ROS and didn't want to move away from this.

Cheers

Don
 
User avatar
warwick09
Member Candidate
Member Candidate
Posts: 190
Joined: Mon Aug 07, 2006 1:34 pm
Location: The Bahamas / Florida

Re: Feature Request : TFTP server

Thu Aug 23, 2007 12:29 am

Ive been recommending this feature for about a year now, with the only reply being "its not needed, or is impractical". And my supposition is that a ntp server is needed or is "more" pracitcal.

As leaf mentioned there are many of us that use an array of stuff beyond the tik routers, such as a cmts, mta units ... etc and they are upgraded via tftp. Most of us have tik routers/cpe's with many mb's to spare, so I dont see space being the issue and tftp in itself is very trivial in nature.

If the mikrotik guys dont feel comfortable including it in a release, I think it would make MANY happy to just code it as a supplemented package that can be installed at the user's wish.

Regards.
 
User avatar
jp
Long time Member
Long time Member
Posts: 611
Joined: Wed Mar 02, 2005 5:06 am
Location: Maine
Contact:

Re: Feature Request : TFTP server

Thu Aug 23, 2007 5:22 am

TFTP should be able to work outside the layer2 lan. We have a central TFTP server we use to provide firmware files to switches and configuration to and from ciscos on various parts of our routed network.

If your application requires it to be on the LAN, perhaps you could use port forwarding to make it appear there is a tftp server on the MT when it is actually centralized. Your dhcp server options might be able to tell the device to get the tftp file from a remote server as well.

That said, I think a tftp server would be handy to have on an MT. Perhaps MT could make a /3p menu section where third party contributors could upload compiled software to run on the mikrotiks. Since all commands would be preceeded by /3p, everyone would know they are using non-mikrotik supported commands.
 
User avatar
Equis
Forum Veteran
Forum Veteran
Posts: 886
Joined: Mon Jun 06, 2005 6:48 am

Re: Feature Request : TFTP server

Thu Aug 23, 2007 1:50 pm

That said, I think a tftp server would be handy to have on an MT. Perhaps MT could make a /3p menu section where third party contributors could upload compiled software to run on the mikrotiks. Since all commands would be preceeded by /3p, everyone would know they are using non-mikrotik supported commands.
That is a very cool idea...
 
leaf
newbie
Topic Author
Posts: 39
Joined: Sat Jun 02, 2007 8:36 am

Re: Feature Request : TFTP server

Fri Aug 24, 2007 1:36 am

TFTP should be able to work outside the layer2 lan. We have a central TFTP server we use to provide firmware files to switches and configuration to and from ciscos on various parts of our routed network.
The particular client implementation on the majority of devices doesn't route.
If your application requires it to be on the LAN, perhaps you could use port forwarding to make it appear there is a tftp server on the MT when it is actually centralized. Your dhcp server options might be able to tell the device to get the tftp file from a remote server as well.
No dhcp on these little guys during boot. In some areas the port forwarding may be a possibility & I will give it a run. The current problem prompting the initial post would not be suited to this as the link to the LAN segment is via PPP over radio. I really don't want a timeout midway through a re-flash. Having the TFTP server local to the site eliminates this issue. As some sites are solar powered it is advantageous to minimise the no. of CPU's present, the primary embedded gear is solar savy and controls everything else anyway but ultimately simpler is better.
That said, I think a tftp server would be handy to have on an MT. Perhaps MT could make a /3p menu section where third party contributors could upload compiled software to run on the mikrotiks. Since all commands would be preceeded by /3p, everyone would know they are using non-mikrotik supported commands.
JP that is a VERY VERY good idea. I accept Mikrotiks need to keep the control over ROS & it's reliability once deployed out in the field however there are occasions where I could drop another box offline by being able to run a simple task on the Routerboard.

I would also clearly be prepared to accept any resultant issues. A library of 3rd party modules would be great as this would also expose any code to a wider range of testing issues.
 
leaf
newbie
Topic Author
Posts: 39
Joined: Sat Jun 02, 2007 8:36 am

Re: Feature Request : TFTP server

Fri Sep 07, 2007 2:42 am

Having said this I wouldn't like the original request to get lost in the noise. User supported modules or not I would still like to see TFTP functionality available one way or another.

Don
 
User avatar
warwick09
Member Candidate
Member Candidate
Posts: 190
Joined: Mon Aug 07, 2006 1:34 pm
Location: The Bahamas / Florida

Re: Feature Request : TFTP server

Sat Sep 08, 2007 3:14 am

Once again... your not the only one that is in hope of such. Im just hoping maybe one day Mikrotik will realize that many of the routers we use are core and essential routers, and essential routers require essential features. 8)

Regards
 
tmcarter
just joined
Posts: 4
Joined: Tue Jan 02, 2007 5:35 am
Location: Washington, NC (USA)
Contact:

Re: Feature Request : TFTP server

Wed Feb 20, 2008 1:33 pm

I would also like to throw in support for a basic TFTP server... We operate a couple of Terayon CMTS's and have to have a seperate DHCP server / TFTP server to support the cable modem file distribution. I would LOVE the idea of using my existing Mikrotik router to be able to handle these requests. This would just be the end all for my particular application!

Any chance?????
 
leaf
newbie
Topic Author
Posts: 39
Joined: Sat Jun 02, 2007 8:36 am

Re: Feature Request : TFTP server

Sun May 11, 2008 2:03 am

I would also like to throw in support for a basic TFTP server... We operate a couple of Terayon CMTS's and have to have a seperate DHCP server / TFTP server to support the cable modem file distribution. I would LOVE the idea of using my existing Mikrotik router to be able to handle these requests. This would just be the end all for my particular application!

Any chance?????

10 months and no comment, Doesn't look particularly promising for what is normally a rather trivial task, given the comparative degree of difficulty in getting a tftp daemon running on the tux boxes

Don
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: Feature Request : TFTP server

Wed May 14, 2008 11:12 pm

there's only 11 posts here, half of them yours. doesn't seem like there is much demand for it ... I don't know about this, maybe it's on some To-Do list and will be there someday, but I can't promise anything.
 
eliast
newbie
Posts: 25
Joined: Sat May 27, 2006 6:31 pm
Location: Hungary

Re: Feature Request : TFTP server

Tue Jul 15, 2008 6:50 pm

I agree in a need of tftp server. In several cases it is a very good feature, for example when deploying voip systems: avaya telephones needs a tftp serve rfor every boot, they take firmware and config from. And since avaya is a closed system, the phones cnnot use http, ftp or other protocol. tftp only. Any expected release date for this issue?
 
changeip
Forum Guru
Forum Guru
Posts: 3833
Joined: Fri May 28, 2004 5:22 pm

Re: Feature Request : TFTP server

Tue Jul 15, 2008 7:02 pm

I would like to see the tftp server added. It would help me with PXE boots and my phone firmware updates.
 
User avatar
ghmorris
Member Candidate
Member Candidate
Posts: 284
Joined: Fri May 28, 2004 12:14 pm
Location: Minden, Ontario, Canada
Contact:

Re: Feature Request : TFTP server

Tue Jul 15, 2008 7:29 pm

+1

for VoIP phone system endpoint firmware and several other similar uses!!
 
cigamit
just joined
Posts: 9
Joined: Thu Jul 17, 2008 12:17 am

Re: Feature Request : TFTP server

Thu Jul 17, 2008 12:28 am

Personally, I would prefer a TFTP client, so I could use my existing software to login and TFTP a backup of the config to my existing TFTP server where all my Cisco configs are.
 
Skaught
Member Candidate
Member Candidate
Posts: 146
Joined: Mon Jun 19, 2006 9:31 pm

Re: Feature Request : TFTP server

Thu Jul 17, 2008 4:21 am

I too would like a tftp server in ROS. Very usefull for CMTS.
 
airtech
newbie
Posts: 36
Joined: Mon Feb 20, 2006 3:06 am

Re: Feature Request : TFTP server

Thu Jul 24, 2008 6:25 pm

I would also like a TFTP for use with CMTS.
 
User avatar
interlink
newbie
Posts: 47
Joined: Wed Apr 26, 2006 5:18 am
Location: Ar Ros

Re: Feature Request : TFTP server

Mon Jul 28, 2008 2:41 pm

It will be usefull for me to have a tftp server to provide cm configuracion files.
 
techmonkey1
newbie
Posts: 44
Joined: Wed Sep 19, 2007 8:01 pm

Re: Feature Request : TFTP server

Tue Aug 05, 2008 9:28 pm

I am interested in a TFTP Server for ROS. I would be using it now.

Daniel
 
rturner
just joined
Posts: 2
Joined: Tue Jul 22, 2008 9:15 pm

Re: Feature Request : TFTP server

Fri Sep 12, 2008 7:55 pm

A TFTP Server would be a great addition to ROS. It would reduce the number of other boxes needed in the network for management and configuration of CPE devices.
 
Diganet
Member
Member
Posts: 342
Joined: Sun Oct 30, 2005 9:30 pm
Location: Denmark
Contact:

Re: Feature Request : TFTP server

Sun Sep 14, 2008 12:49 am

Wouldn't it be more logic to put this feature in the Dude instead? It already holds lots of different devices and perhaps it could do some nice config stuff as well on the devices if they support SNMP-write?-- Just an idea.

/Henrik
 
User avatar
mac86
Member Candidate
Member Candidate
Posts: 126
Joined: Sat Nov 25, 2006 12:52 am
Location: bahia blanca - argentina
Contact:

Re: Feature Request : TFTP server

Mon Sep 15, 2008 4:22 am

I need a TFTP server because in my "cable modem" network,
when suscriber modems boot, them get TFTP file trought a
DHCP linux server.

Would be REALLY NICE if ROS could have this feature.

I use CMTS as NAS, with docis 2.0 protocol, which is a
very extended standard on cable modem industrie

my 2 cents.
 
User avatar
roc-noc.com
Forum Veteran
Forum Veteran
Posts: 874
Joined: Sun Dec 02, 2007 3:27 am
Location: Rockford, IL USA
Contact:

Re: Feature Request : TFTP server

Tue Oct 14, 2008 12:46 am

there's only 11 posts here, half of them yours. doesn't seem like there is much demand for it ... I don't know about this, maybe it's on some To-Do list and will be there someday, but I can't promise anything.
I'll add my voice to the request Normis. I just had a potential customer call asking for a tftp server.

They want to use the MT Routerboard as soho routers with a voip application. They want to run local tftp servers on the Routerboards to configure the phones.

Tom
 
User avatar
enk
Member Candidate
Member Candidate
Posts: 165
Joined: Fri Aug 17, 2007 8:59 am
Location: Russia
Contact:

Re: Feature Request : TFTP server

Tue Oct 14, 2008 9:53 am

I'll add my voice to the request Normis. I just had a potential customer call asking for a tftp server.
Tom
Add your voice here:
http://wiki.mikrotik.com/wiki/MikroTik_ ... e_Requests
 
User avatar
trm3
newbie
Posts: 35
Joined: Mon Jun 04, 2007 7:36 pm
Location: US, NC, Charlotte
Contact:

Re: Feature Request : TFTP server

Wed Oct 22, 2008 5:30 am

A simple TFTP server would be invaluable to us. I would like nothing better then to replace complex multi-box VOIP configurations with a simple MT box.

Tim McKee
 
krzysioD
just joined
Posts: 10
Joined: Fri Nov 07, 2008 9:41 pm

Re: Feature Request : TFTP server

Mon Dec 01, 2008 12:26 pm

Not only the AVAYA.
Alcatel-Lucent also would benefit from built-in TFTP server...
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: Feature Request : TFTP server

Thu Dec 11, 2008 9:40 am

Who is online

Users browsing this forum: Techsystem and 38 guests