Transferring Config to New Router

I have an existing MT running on RB230. I want to implement a very similar setup on a new RB230, just changing public IP addresses. What’s the best way to do this?

Thanks.

With Winbox you go into the files tab on the first MT and click backup. Then FTP into the file directory of the first MT, retrieve the backup file and load it via FTP into the same directory on the other MT. Reboot the second MT. Make sure both MT have the same major revision level, i.e. 2.8.x to 2.8.x., and you shouldn’t have any problems.

I thought this could only be used to restore a configuration to the same hardware as MAC addrersses, licence key etc. are different?

How about export/import → http://www.mikrotik.com/docs/ros/2.8/system/management.content#9.61.3

Import/Export does not execute the config commands in any particular order so, for example, an IP address can be assigned to an interface called “Public” before the interface is named “Public”. So errors result.

Are you sure about what order it executes? Note that on a fresh install, you’ll have to print and enable all interfaces before you can run a config script on them.

The router is a “clean” RB230 which comes with both ethernet interfaces enabled. I tried importing the script and received an error message. A post on this forum told me that this was due to the order of execution. The manual also says that import/export cannot be used to configure a complete router, only “…save you some typing…”.

Yes, the new MT must be properly licensed but you can move the backup from one box to another. I think the problem with everything being attached to the wrong interface is when you go between major revision levels only, but I could be wrong.