Тёмный

Moving MikroTik configuration 

MikroTik
Подписаться 120 тыс.
Просмотров 18 тыс.
50% 1

Export, import and mass configuration tips and tricks. Ever had to clone configuration or import thousands of similar rules? This video is for you
help.mikrotik....
^ more answers in there

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@SiBex_ovh
@SiBex_ovh 2 года назад
*) Binary backup files without encryption can be moved to other device but you need reset mac-address and fix wlanX name of interface. *) Text backup files are official to move config to other device but you need sometimes edit this code thats good additional option is "terse" - check it and remember that ros must have EMPTY CONFIGURATION before import file. *) Good practice is to assign interface to bridge - then after move to differ model of RB you just assign proper interface to bridge and RB11xx is so easy to move to other one. *) Good idea is put in some place of text backup file the lines /log warning "CheckPoint 5" and you can track when your import stops in logs. *) If you want use your text backup in /system reset-configuration run-script=export.rsc then this file MUST HAVE a "/delay 30s" in first lines to give time to UP all Interfaces and then this will work (of code is ok).
@piotrkasprzyk9159
@piotrkasprzyk9159 2 года назад
Very useful for me, thank you for this feature!
@shaunclarke94
@shaunclarke94 2 года назад
Export also doesn't include certificates.
@ВиталийБойко-з5й
@ВиталийБойко-з5й 2 года назад
I suggest moving those separately, shouldn't be a hassle
@frankh.4420
@frankh.4420 2 года назад
You forgot the certificates. These have to be manually exported and reimported on the other system. If the keys are password-encrypted you must know the previously used passwords. Mostly it should be no problem to generate new certificates - simplier if you can export and import the ca certificate with its revocation-list and know its password :-) Otherwise there is eventually more work to do. Sometimes its a little bit tricky to import a configuration in a running system. Then use "verbose" import and repeat it with the last line numbers, where errors occurred - eventually dropping some lines, that failed and configure them manually afterwards.
@magdalinemwei6212
@magdalinemwei6212 Год назад
Hey how do I get to know the username and password of ethernet cable hotspot I mean the log in details
@frankh.4420
@frankh.4420 Год назад
​@@magdalinemwei6212 If you do not get into the configuration, because you don´t know username or password of the device, you can not backup it. The only option then is a factory-reset and creating a new one. If you have access to the device and you mean the uplink-channel - perhaps you forgot to export the sensitive data (like user and password) (you must use "-hide-sensitive=no" to export sensitive data like passwords and usernames).
@graog123
@graog123 2 года назад
Yes! I've been waiting for this exact tutorial so I can be more confident about playing around with my Mikro at home without fucking up my ISP's initial config
@xerr0n
@xerr0n 2 года назад
was that Sublime text at the end or another text editor?
@Supermunch2000
@Supermunch2000 2 года назад
Whoawhoawhoawhoawhoa... Default configuration file through resets via netinstall? HOLY BANANAS!!!! I F***ING LOVE MIKROTIK!
@AshleySutherland
@AshleySutherland Год назад
Is there a way I can export everything in once go? User Manager, files and everything?
@nefastobrasil4079
@nefastobrasil4079 Год назад
I wish this had a more user friendly option too. Something that you could click and generate a full config file that you could then move to another Mikrotik router (via USB, FTP, drag&drop, whatever) and then click again to apply. The tool itself would ask you what's missing for a full config migration or what isn't compatible between devices (if you could select what it is going to applied into) and then you'd amend accordingly. If it did all this to an external USB storage device then it could ask the user it they wanted to copy the required files, like certificates or other files stored in /flash. Not everybody is keen on jumping on a terminal window and fear not to mess up something important doing so. =)
@HiltonT69
@HiltonT69 2 года назад
"Special branding package"? Do you have more info on that?
@mikrotik
@mikrotik 2 года назад
New video coming up :D
@erfangholizadeh
@erfangholizadeh 2 года назад
could you make a video using mikrotik as a router for starlink (instead of default router) ?
@BattousaiHBr
@BattousaiHBr 2 года назад
on the topic of moving configuration, i just lost over 12 hours of work in v7.5 setting up a new system because when i rebooted almost all configuration was gone. i noticed something was arwy when i would sometimes close the routing filters and reopen them and lines would switch around and some would go missing unexplainably. please make sure this absolutely never happens! if it's any help, it might be related tu using the "undo" feature for routing filter changes, as that was the first time i noticed the weird stuff, i would press it and nothing would apparently happen even though the log was showing filters being changed.
@siraky4879
@siraky4879 Год назад
Any idea in how to migrate Userman ???? That would be helpful
@AshleySutherland
@AshleySutherland Год назад
If you find out, I'm also looking
@siraky4879
@siraky4879 Год назад
@@AshleySutherland hi I think I have found solution manually you have to back up the database called usemanagersqldb
@Gabi-ct3sz
@Gabi-ct3sz 2 года назад
Any plans on providing a new modern web based configuration interface?
@mikrotik
@mikrotik 2 года назад
Web based no, but modern app could be coming next year
@ЕвгенийВажностин
@ЕвгенийВажностин 2 года назад
Где взять такую симпатичную кружку?
@chrislane5670
@chrislane5670 Год назад
still don't understand how to make the imported file the Default file... u sort of skimmed that part Thanks
@mikrotik
@mikrotik Год назад
You can’t! To make it default, you must use Netinstall and choose the file there
@alexandroskolkov2231
@alexandroskolkov2231 2 года назад
is tftp uload via fetch fixed ? "failure: only [s]ftp modes support upload" /tool/fetch mode=tftp upload=yes
@mikrotik
@mikrotik 2 года назад
This is not a bug. Upload is only supported for SFTP/FTP, it is in the documentation
@alexandroskolkov2231
@alexandroskolkov2231 2 года назад
@@mikrotik yes, but tftp can upload and it's good for mikrotik to have it. i think ;) tftpd easy to deploy and share data beetwen mikrotik and other network infrastructure. save configs, up/down load ACLs by schedule, etc
@deineroehre
@deineroehre Год назад
@@alexandroskolkov2231 setting up e.g. vsftpd is as easy as an tftpd server, so what would be the point?
@alexandroskolkov2231
@alexandroskolkov2231 Год назад
@@deineroehre the meaning of being able to upload via tftp
@drumaddict89
@drumaddict89 2 года назад
the *.auto-rsc feature is a VERY hot topic for security...
@mikrotik
@mikrotik 2 года назад
If your attacker can upload files with SFTP, all is lost anyway. Protect your device first.
@drumaddict89
@drumaddict89 2 года назад
@@mikrotik that's true always protect a tik first and foremost
@me.ko.i1279
@me.ko.i1279 2 года назад
Cool hat
@thesoppywanker
@thesoppywanker 2 года назад
Yea yea yea yea yea... Where do I get that hat???
@mikrotik
@mikrotik 2 года назад
merch.mikrotik.com/
@drumaddict89
@drumaddict89 2 года назад
nice hat ^^
@OstJoker
@OstJoker Год назад
Great TEORETICAL video. In real life, without editing config you will 99% fail importing config as it reports failure wright after command that add interface to bridge and will stop importing. On the second attempt it will report that interface already exist. LOL. I have no clue what for you posted this video.
@mikrotik
@mikrotik Год назад
It should not happen. Report a bug to support@mikrotik.com
Далее
MikroTik RoMON
5:02
Просмотров 22 тыс.
Mikrotik Configuration Backups
14:23
Просмотров 1,6 тыс.
Как не носить с собой вещи
00:31
Просмотров 937 тыс.
MikroTips: managing many access points with CAPsMAN
18:08
RouterOS CLI features everyone should know
4:41
Просмотров 11 тыс.
18 Weird and Wonderful ways I use Docker
26:18
Просмотров 320 тыс.
Что такое Mikrotik?
10:21
Просмотров 68 тыс.
MikroTik and Zerotier
5:16
Просмотров 86 тыс.
What are VLANs and how to configure them (pt.1)
13:01
MikroTik Newsletter September: what's in it?
7:46
Просмотров 7 тыс.
MikroTik CLI: A Basic Introduction to It for New Users
27:33
Как не носить с собой вещи
00:31
Просмотров 937 тыс.