There is RB/750g with RouterOS 4.10
Immediately after creating OpenWRT environment ( http://wiki.mikrotik.com/wiki/Metarouter )
routerboard had rebooted by watchdog, then become inaccessible:
nmap displays open ports for www, ssh, telnet, winbox, but no answer on all of them.
After resetting via reset hole ( http://wiki.mikrotik.com/wiki/Manual:Password_reset )
routerboard answers to ping, but all connections are died by timeout:
# telnet 192.168.88.1
Trying 192.168.88.1...
Connected to 192.168.88.1.
Escape character is '^]'.
MikroTik v4.10
could not receive confirmation to CTRL_READY from loader
--- nv::message --------
------------------------
Connection closed by foreign host.
“MikroTik v4.10” is displayed after 30 secs delay, “could not receive …” after few minutes, “connection closed” after pressing Enter.
MAC of RB is not discovered by WinBOX nor NetworkInstall.
Outgoing network activity from RB:
# tcpdump -ntpi eth0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
CDPv1, ttl: 120s, Device-ID 'MikroTik', length 61
IP 192.168.88.1.5678 > 255.255.255.255.5678: UDP, length 77
CDPv1, ttl: 120s, Device-ID 'MikroTik', length 61
IP 192.168.88.1.5678 > 255.255.255.255.5678: UDP, length 77
IP 192.168.88.1.5678 > 255.255.255.255.5678: UDP, length 77
CDPv1, ttl: 120s, Device-ID 'MikroTik', length 61
Only after hard resetting ("Hold reset button during boot time longer, until LED turns off)
RB was resurrected with default settings and without openwrt.
Is it a bug or a feature???