951g-2hnd - how to reset

I bought this 951g-2hnd to evaluate RouterOS before investing in more expensive hardware. so far the eval is not going well. I don’t mind if there’s a “trick” to performing reset correctly, but I need to know what it is!

details:
after playing around with 951g-2hnd for a few minutes, the webUI stopped working. it is entirely possible I clicked on the wrong thing, I’m new to RouterOS.

The problem is, I can’t get this thing to reset to a working configuration. I’ve tried resetting at least a dozen times (both methods, front panel button and bridging the metal donut underneath)

it no longer serves DHCP addresses, so I set my machine to an IP in the 192.168.88.0 network, it doesn’t respond to pings and I can’t connect to any web or telnet server (tried ports 1,3,5 multiple times each)

few more notes: when I power it up it beeps.. first one beep, then two shorter ones. when I plug into a port, the corresponding led lights up on the 951, and if I ping or try to connect to HTTP the light blinks, so the packets are at least hitting the hardware.

the instructions here are not clear to me: http://wiki.mikrotik.com/wiki/Manual:Reset
"
Using: unplug the device power, hold the button, apply power and wait until the USER LED starts flashing. Now release the button to clear configuration.
Note: If you wait until LED stops flashing, and only then release the button - this will instead launch Netinstall mode, to reinstall RouterOS.
"

my unit doesn’t have a “USER LED,” and neither does the picture on that page! none of the LEDS “blink” per se. The ACT led turns on and off maybe twice. I really want to like this thing, I was excited by all the cool features I saw in the few minutes I used it.

I really don’t want to give up and return it, but if I can’t even reset the config I don’t have much choice. Any help would be greatly appreciated!

~ blu

Hello, have you try connect with other ports than ether1
Don’t use ether1.
Try connect with winbox click on the 3 points right above and try to connect with mac address.
http://www.wirelessinfo.be/index.php/mikrotik/pages/winboxe

I’ve always found that once I’ve configured a Mikrotik connecting to it with MAC is unreliable

plisken: I was able to dig out my old windows laptop and use winbox to fix the problem. it was pretty slick, it found the device and connected to right away. thanks for the tip!

MadE: my box was configured, the problem was that I had messed up the config. I did notice the connection using Winbox would drop every 1-2 minutes. is that consistent with what you’ve found? anyway it was enough for me to fix the problem.

I am still curious if it’s actually possible to do a hardware reset of the config on these things.. any insight would be greatly appreciated!

Also I don’t use Windows much.. I don’t suppose there is any equivalent program for linux? :smiley:

You can use Winbox in Linux with wine but you must set “gksu wine/home/…/software/winbox.exe”
Here a example from shortcut with netinstall, you must the same do with winbox
http://www.wirelessinfo.be/index.php/mikrotik/pages/netline

See here on my website how to do a hardware reset http://www.wirelessinfo.be/index.php/mikrotik/pages/reset

I hope this helps you

Winbox via MAC is last resort only. Yes to your question. You’ll have more luck if you turn off the uptime/memory etc and close all sub-windows. Turn off load previous session

It’s as if communicating via mac cannot handle the data flow required and it just times out - especially for example on the firewall filter view where there can be a bunch of data to keep updated

Thanks! I will try wine. Also planning to try a Windows VM

Btw I’ve been playing around with the command line too and I really like it! Overall really impressed with RouterOS so far