Community discussions

MikroTik App
 
Slacker
just joined
Topic Author
Posts: 3
Joined: Sun Jun 30, 2013 9:14 pm

RB951G-2HnD reboot loop

Tue Jul 02, 2013 1:37 pm

I'm new to Mikrotik routers, but I purchased a 951G under the assumption I could tinker and always netboot it back to health, since routerboot doesn't get overwritten by anything I install.

So, I upgraded to 6.1, upgraded routerboot to latest (I think it was .06), saved my key, partitioned the NAND, copied my working setup to it, set failover from active to the backup and from the backup to netboot. I had to netboot after the partitioning, but I figured that was because the wrong partition was set to active, or something.

Then I compiled openwrt and used dhcp/tftp to flash it over. It did not work, but I didn't expect much more than that.

I figured I was done for a bit and fired up netboot to get the router back up, after I saw that the failover did not work. Netboot did its thing and reported success, but the router is stuck on a reboot loop. I tried downgrading to 5.25, same result.

Basically, the ACT light comes on, stays on for about 10 seconds, then the router reboots.
I can get it to netboot and the process reports success every time, but the router will not work.

Was I wrong in my assumption that routerboot would always avert a brick?
Suggestions?
 
jandafields
Forum Guru
Forum Guru
Posts: 1515
Joined: Mon Sep 19, 2005 6:12 pm

Re: RB951G-2HnD reboot loop

Wed Jul 03, 2013 7:27 am

I'm new to Mikrotik routers, but I purchased a 951G under the assumption I could tinker and always netboot it back to health, since routerboot doesn't get overwritten by anything I install.

So, I upgraded to 6.1, upgraded routerboot to latest (I think it was .06), saved my key, partitioned the NAND, copied my working setup to it, set failover from active to the backup and from the backup to netboot. I had to netboot after the partitioning, but I figured that was because the wrong partition was set to active, or something.

Then I compiled openwrt and used dhcp/tftp to flash it over. It did not work, but I didn't expect much more than that.

I figured I was done for a bit and fired up netboot to get the router back up, after I saw that the failover did not work. Netboot did its thing and reported success, but the router is stuck on a reboot loop. I tried downgrading to 5.25, same result.

Basically, the ACT light comes on, stays on for about 10 seconds, then the router reboots.
I can get it to netboot and the process reports success every time, but the router will not work.

Was I wrong in my assumption that routerboot would always avert a brick?
Suggestions?
I always thought that if you can get into netinstall, it is not bricked... but maybe the openwrt tftp overwrote something that doesn't get restored with netinstall.

I highly suggest you send a message to support@mikrotik.com and see if they have any suggestions
 
Slacker
just joined
Topic Author
Posts: 3
Joined: Sun Jun 30, 2013 9:14 pm

Re: RB951G-2HnD reboot loop

Wed Jul 03, 2013 12:24 pm

I always thought that if you can get into netinstall, it is not bricked... but maybe the openwrt tftp overwrote something that doesn't get restored with netinstall.

I highly suggest you send a message to support@mikrotik.com and see if they have any suggestions
It doesn't make sense, to me, that anything sent via tftp could do any damage that could not be undone, since the firmware isn't touched by that.
I figured I'd post here before bothering support, in case someone has had similar trouble.

Thanks for the reply. I'll send them an e-mail.
 
frankee
just joined
Posts: 1
Joined: Fri Jul 25, 2014 12:05 am

Re: RB951G-2HnD reboot loop

Fri Jul 25, 2014 12:25 am

Hello everyone.
I read long ago and always find what I want, but for months I have a problem that has me desperate.

I have ten Hnd RB951UI-connected and since it launched, I have had many locks on reboot.

The problem is that without any reason, BRs are restarted again and again until you need to do reset.

I updated 3 times RouterBOOT and software, and restarted again.

Do not know what to do.

Sorry about the language, I'm Spanish.

Deputy sample configuration. They are all the same except the IP.

###
/interface bridge
add l2mtu=1598 name=bridge1
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=3 band=2ghz-b/g/n channel-width=\
20/40mhz-ht-above country=spain disabled=no frequency=auto \
frequency-mode=regulatory-domain l2mtu=2290 mode=ap-bridge ssid=WLAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
group-ciphers=tkip,aes-ccm mode=dynamic-keys unicast-ciphers=tkip,aes-ccm \
wpa-pre-shared-key=12345678 wpa2-pre-shared-key=12345678
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
mac-cookie-timeout=3d
/ip pool
add name=hs-pool-6 ranges=192.168.11.2-192.168.11.254
/ip dhcp-server
add address-pool=hs-pool-6 disabled=no interface=wlan1 lease-time=1h name=\
dhcp1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
/ip address
add address=192.168.11.1/24 comment="hotspot network" interface=wlan1 \
network=192.168.11.0
add address=172.16.0.3/27 interface=ether1 network=172.16.0.0
/ip dhcp-server network
add address=192.168.11.0/24 comment="hotspot network" gateway=192.168.11.1
/ip dns
set servers=80.58.61.250,80.58.61.254
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes to-addresses=0.0.0.0
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
src-address=192.168.11.0/24 to-addresses=0.0.0.0
/ip ipsec policy
add template=yes
/ip route
add distance=1 gateway=172.16.0.1
/ip upnp
set allow-disable-external-interface=no
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set bridge1 disabled=yes display-time=5s
set wlan1 disabled=yes display-time=5s
set ether1 disabled=yes display-time=5s
set ether2 disabled=yes display-time=5s
set ether3 disabled=yes display-time=5s
set ether4 disabled=yes display-time=5s
set ether5 disabled=yes display-time=5s
/system leds
set 0 interface=wlan1

Thank You!
 
armthedark
just joined
Posts: 2
Joined: Mon May 14, 2012 10:59 pm
Location: Cape Town, South Africa

Re: RB951G-2HnD reboot loop

Tue Oct 28, 2014 2:50 pm

Im having the same problem. Just rebooting over and over again flashing all the interface lights, even after a hard reset.
Will try a NetInstall this evening.