Reinstalando Firmware al SwOS con RouterOS
Al SwOS es posible actualizarle el firmware utilizando el protocolo TFTP para lograrlo. La siguiente es una guía de como actualizar el RB250G con RouterOS
- Configurar el IP address y un DHCP Server con BOOTP activado en el router:
/ip address add address=192.168.88.254/24 interface=ether1
/ip pool add name=dhcp_pool1 ranges=192.168.88.1 /ip dhcp-server add address-pool=dhcp_pool1 bootp-support=dynamic interface=ether1 disabled=no /ip dhcp-server network add address=192.168.88.0/24 gateway=192.168.88.254
- Subir el nuevo SwOS firmware hacia el filesystem del router
[admin@MikroTik] /file> print
# NAME TYPE SIZE CREATION-TIME 0 swos-1.2.lzb .lzb file 38142 sep/02/2010 08:40:17
- Configure el TFTP server.
/ip tftp add allow=yes disabled=no ip-addresses=192.168.88.1 read-only=yes real-filename=swos-1.2.lzb
- Mantenga el botón RESET presionado cuando se inicia
- Unos segundos el LED ACT empezará a titilar. Esperar que titile para liberar el botón RESET
- Conectar vía ethernet entre el switch y el puerto donde fue configurado el DHCP Server, unos segundos después el bueno firmware debería haberse subido satisfactoriamente e instalado.
Por: Maximiliano Dobladez Fuente: Mikrotik Bajo Licencia CC 2.5 - Attribution-Noncommercial-No Derivative