Is RedBoot via Ethernet available on my Thecus N2100
Posted by coldtobi | 2 Feb, 2008, 13:44To find out, if your Thecus N2100 supports RedBoot via Telnet / Ethernet, do the following:
Anzeige
- Use the LAN1 connector to connect your PC to the N2100
- configure your PC to the same subnet as the N2100 is configured (usually 192.168.1.x). Do not use DHCP to configure the Thecus. Remember the IP your thecus should use. Stock IP is 192.168.1.100
- On linux use the iptables-arping package for "arping" as the other arping packages misses the "-f" parameter
- Power down the Thecus.
- Prepare a shell with the follwing commands: (please substitute the IP if you use anything else). Press enter, as the script will wait for the Thecus.
arping -f 192.168.1.100 && telnet 192.168.1.100 9000
- Power on the Thecus. After some seconds, if the arping will be answered and you get the follwing prompt, you will know that you have this recovery route. For the complete fun, press <Ctrl>+<C> to see if you can interrupt the boot script.
Received 1 response(s)
Trying 192.168.1.100...
Connected to 192.168.1.100.
Escape character is '^]'.
== Executing boot script in 0.740 seconds - enter ^C to abort
- If not, please retry several times, as on my box, the time window for the Ctrl+C is really tight, so I needed several attempts to enter it.
Note: I read somewhere, that the RedBoot will use your last configuration entered into the WebIF, but I did not test it. I recommend that you set it to its default, as this is known to work. The default is 192.168.1.100, no DHCP. Dynamic leases will almost certainly not work.
(Inspired from: http://www.cyrius.com/debian/iop/n2100/telnet.html )
<—&mdash Showing ERROR? Click here!
Thecus N2100 | Comments (0) | Trackbacks (0)
Related Articles:
- La Fonera: A better way to enable RedBoot via Telnet / Ethernet (safely) [HowTo]
- Installing Debian on the Thecus N2100 -- PART 4 -- Installing Debian (2)
- Install OpenWRT on the La Fonera
- Preventing PHP RFI with Apache's ReWriteRules
- Installing Debian on the Thecus N2100 -- PART 3 -- Installing Debian