Hello,
I have weird network issue with my ISP and in order to test if the issue is solvable with different OS, I installed OpenWRT 19.07.5 on my RB951G-2HnD, I made my tests and decided to rollback to mikrotik RouterOS using netinstall.
The issue I am facing is, that when I do the following:
1. Unplug the router from power
2. Hold the reset button
3. Plug the power cable
4. Wait for approximately 15 sec
The router starts sending DHCP discovery packets, I see them on the netinstall side, but the issue is that:
netinstall is replying with BOOTP responses, while the router expects DHCP (because that is what I set before flashing OpenWrt from menu: System --> Routerboard --> Settings -> Boot Protocol was set to DHCP.
I confirmed this with wireshark while inspected packets and also tested instead of netinstall to start simple DHCP server, and the router successfully accepted and set the IP in Etherboot mode.
So basically now I am unable to recover, because netinstall provides IP using BOOTP, which the router does not recognizes and expects for DHCP reply.
Can anyone tell me how can I revert back to BOOTP in Etherboot mode, considering the fact, that I have not RouterOS on the device.
Thank you.