RADIUSdesk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user_guide:mikrotik:openwrt_rb750gr3 [2021/02/10 12:53] – [Set up a BOOTP Environment] adminuser_guide:mikrotik:openwrt_rb750gr3 [2022/04/26 09:26] (current) – [Introduction] admin
Line 8: Line 8:
   * Some of their models are also able to run OpenWRT as an alternative to RouterOS.   * Some of their models are also able to run OpenWRT as an alternative to RouterOS.
   * OpenWRT is OpenSource and there is no paid for licensing involved on OpenWRT.   * OpenWRT is OpenSource and there is no paid for licensing involved on OpenWRT.
-  * This page will just cover the flash from RouterOS to OpenWRT on the Mikrotik RB750Gr3.+  * This page will **only** cover the flash from RouterOS to OpenWRT on the Mikrotik RB750Gr3.
   * We will cover the configuration of the device once OpenWRT is running on it on a separate page.   * We will cover the configuration of the device once OpenWRT is running on it on a separate page.
  
Line 70: Line 70:
 <file bash  loader.sh> <file bash  loader.sh>
 #!/bin/bash #!/bin/bash
-#HEAD UP substitute with the logged in user's name that you use to create this file e.g. whoami output+#HEADS UP substitute with the logged in user's name that you use to create this file e.g. whoami output
 USER=system USER=system
 #HEADS UP THIS MUST MATCH YOUR MACHINE'S LAN INTERFACE #HEADS UP THIS MUST MATCH YOUR MACHINE'S LAN INTERFACE
Line 110: Line 110:
  
 === Force Mikrotik to use BOOTP === === Force Mikrotik to use BOOTP ===
 +== We add a note on setting the Mikrotik up to do BOOTP ==
 +  * Not all Mikrotiks we worked with had BOOTP enabled after a reset.
 +  * For those there is a manual procedure you have to follow to enable this startup functionality.
 +  * https://wiki.mikrotik.com/wiki/Manual:Etherboot
 +  * https://wiki.mikrotik.com/wiki/Manual:RouterBOARD_settings
 +
 +== Kicking off BOOTP ==
   * To force the Mikrotik to use the BOOTP environment you need to connect the Internet Port of the Mikrotik to your Linux machine. (Internet Port is Port 1 on the Mikrotik)   * To force the Mikrotik to use the BOOTP environment you need to connect the Internet Port of the Mikrotik to your Linux machine. (Internet Port is Port 1 on the Mikrotik)
   * Press the RESET button while powering up the board.   * Press the RESET button while powering up the board.