Newbie here. I just rebooted a CCR1036-8G-2S+ which has been offline for ten months. Old firmware was 6.38.1. I always thought that rebooting the device would update the firmware automatically but 6.38.1 is apparently the firmware loaded on the day of installation (February 2017). So I am know wondering if it has been compromised because of the recent vulnerabilities…
I log in via Winbox (passwords still working) and click download and install in the quickset menu. Router reboots but firmware stays on 6.38.1. I tried just download and reboot manually, nothing. Also downloading the CCR TILE Main Package on my PC and dragging it into the Files folder in Winbox does not help. It remains on 6.38.1.
Winbox gives error message when I try to make a supout.rif.
There is a custom configuration file loaded and I’m scared to lose this. How can I update the firmware without losing all settings that the IT guy programmed last year?
You can upgrade RouterOS via System > Packages. If it is not working, use netinstall. Always export and save your configuration externally before upgrading.
The firmware however, is to be upgraded after update of RouterOS via System > Routerboard (click ‘Upgrade’). This will not happen automatically.
You should review the configuration export thoroughly as you ran a vulnerable version, so netinstall without ‘Keep configuration’ is advised. You may post your anonymized config here for review, using the following command: /export hide-sensitive
After netinstall, you can apply the same configuration. With regular dns-server (from dhcp-client). Also limit access to your winbox service via firewall or via ip servers.
You might want to look into firewalling your device - there is a fine firewall in default configuration.
/system default-configuration print
Just create the appropriate interface lists LAN (bridges) and WAN (ether3).
You lost me with the last reply… DNS and firewalls is really beyond my expertise. So I thought let’s give it one more try. I followed your advise: Instead of the upgrade path via Quickset (which never worked), I tried to upgrade RouterOS via System > Packages and this worked perfectly. I was then also able to do the firmware update of the Routerboard.
I compared the configuration export with the one I posted earlier and both look identical.
My thought now is to leave it alone until the installer’s visit next month.
The only thing that troubles me is the two Ukrainian IP addresses.
/ip dns
set allow-remote-requests=yes servers=193.106.31.98,193.106.30.122
Is what you mean “With regular DNS-server” to change above ip-addresses?