Manual:Upgrading RouterOS: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== requirements ==
== Requirements ==


In this article we assume the following:  
In this article we assume the following:  
Line 17: Line 17:
{{ Note|RouterOS cannot be upgraded through serial cable. Using this method only [[Bootloader_upgrade|RouterBOOT can be upgraded]]. }}
{{ Note|RouterOS cannot be upgraded through serial cable. Using this method only [[Bootloader_upgrade|RouterBOOT can be upgraded]]. }}


== upgrade process ==
== Upgrade process ==


*First step - visit [http://www.mikrotik.com www.mikrotik.com] and head to the download page, there choose the type of system you have the RouterOS installed on.  
*First step - visit [http://www.mikrotik.com www.mikrotik.com] and head to the download page, there choose the type of system you have the RouterOS installed on.  
Line 23: Line 23:
*Download the '''Combined package''', it will include all the functionality of RouterOS:
*Download the '''Combined package''', it will include all the functionality of RouterOS:


==== Using Winbox ====


[[Image:Downl.jpg]]
[[Image:Downl.jpg]]
Line 36: Line 37:
'''After it finishes - REBOOT and that's all! The New version number will be seen in the Winbox Title and in the Packages menu'''
'''After it finishes - REBOOT and that's all! The New version number will be seen in the Winbox Title and in the Packages menu'''


== As an alternative, use FTP: ==
==== Using FTP ====
   
   


Line 71: Line 72:


  /log print without-paging
  /log print without-paging
== License issues ==
When upgrading from older versions, there could be issues with your license key. Possible scenarios:
* When upgrading from RouterOS v2.8 or older, the system might complain about expired upgrade time. To override this, use Netinstall to upgrade. Netinstall will ignore old license restriction and will upgrade
* When upgrading to RouterOS v4 or newer, the system will ask you to update license to a new format. To do this, ensure your Winbox PC (not the router) has a working internet connection without any restrictions to reach www.mikrotik.com and click "update license" in the license menu.


[[Category:Manual|Upgrading routeros]]
[[Category:Manual|Upgrading routeros]]

Revision as of 09:48, 14 June 2010

Requirements

In this article we assume the following:

  1. that you have installed an FTP program that can transfer files to your router
  2. that you're license allows upgrading


Methods

You can upgrade RouterOS in the following ways:

  • Winbox – drag and drop files to the Files menu
  • FTP - upload files to root directory
  • The Dude – See manual here
Icon-note.png

Note: RouterOS cannot be upgraded through serial cable. Using this method only RouterBOOT can be upgraded.


Upgrade process

  • First step - visit www.mikrotik.com and head to the download page, there choose the type of system you have the RouterOS installed on.
  • Download the Combined package, it will include all the functionality of RouterOS:

Using Winbox

Downl.jpg

  • Connect to your router with Winbox, Select the downloaded file with your mouse, and drag it to the Files menu. If there are some files already present, make sure to put the package in the root menu, not inside the hotspot folder!:

Winbox1.jpg

  • The upload will start:

Winb2.jpg

After it finishes - REBOOT and that's all! The New version number will be seen in the Winbox Title and in the Packages menu

Using FTP

  • Open your favourite FTP program (in this case it is Filezilla), select the package and upload it to your router (demo2.mt.lv is the address of my router in this example). note that in the image I'm uploading many packages, but in your case - you will have one file that contains them all


Up4.jpg


  • if you wish, you can check if the file is successfully transferred onto the router (optional):


[normis@Demo_v2.9] > file print
 # NAME                   TYPE                  SIZE       CREATION-TIME
 0 supout.rif             .rif file             285942     nov/24/2005 15:21:54
 1 dhcp-2.9.8.npk         package               138846     nov/29/2005 09:55:42
 2 ppp-2.9.8.npk          package               328636     nov/29/2005 09:55:43
 3 advanced-tools-2.9.... package               142820     nov/29/2005 09:55:42
 4 web-proxy-2.9.8.npk    package               377837     nov/29/2005 09:55:43
 5 wireless-2.9.8.npk     package               534052     nov/29/2005 09:55:43
 6 routerboard-2.9.8.npk  package               192628     nov/29/2005 09:55:45
 7 system-2.9.8.npk       package               5826498    nov/29/2005 09:55:54
  • and reboot your router for the upgrade process to begin:
[normis@Demo_v2.9] > system reboot
Reboot, yes? [y/N]: y
  • after the reboot, your router will be up to date, you can check it in this menu:
/system package print
  • if your router did not upgrade correctly, make sure you check the log
/log print without-paging

License issues

When upgrading from older versions, there could be issues with your license key. Possible scenarios:

  • When upgrading from RouterOS v2.8 or older, the system might complain about expired upgrade time. To override this, use Netinstall to upgrade. Netinstall will ignore old license restriction and will upgrade
  • When upgrading to RouterOS v4 or newer, the system will ask you to update license to a new format. To do this, ensure your Winbox PC (not the router) has a working internet connection without any restrictions to reach www.mikrotik.com and click "update license" in the license menu.