From 81f317a40f659219fa6d357d411ddb476f1b9f06 Mon Sep 17 00:00:00 2001 From: RISCI_ATOM Date: Mon, 19 Dec 2016 16:35:43 -0500 Subject: [PATCH] Update page 'Router Reset Instructions' --- Router Reset Instructions.md | 51 ++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Router Reset Instructions.md diff --git a/Router Reset Instructions.md b/Router Reset Instructions.md new file mode 100644 index 0000000..50d15f9 --- /dev/null +++ b/Router Reset Instructions.md @@ -0,0 +1,51 @@ +# libreCMC Router Reset + +## Hard reset + +### Manual way (if you can’t access the web interface) + +1. Power off the router. + +2. Power on the router. + +3. As soon as the SYS light (the gear) flashes, hold down the reset button until the +SYS LED flashes faster. + +4. Stop Network-Manager or other network configuration services. + +5. Plug in an ethernet cable from your machine to one of the LAN ports. + +6. Set your computer’s IP address to 192.168.10.2 + +7. `telnet 192.168.10.1` (192.168.1.1 on pre v1.3.1 devices). + +8. At the shell prompt, type: +`firstboot` + +9. After you have confirmed that you want to reset everything your need to reboot the router: +`reboot` <- It can manually be turned off too. + +### Resetting via web interface + +1. Login into the router via : 192.168.10.1 (or 192.168.10.1, depending on your configuration). + +2. Navigate to: System -> Backup / Flash Firmware + +3. Click : "Preform Reset" + +Note: After resetting the router, it will be in a default state (wireless will be disabled, no password +is set, ip-forwarding is disabled and telnet is enabled and the default IP should be 192.168.1.1) +It is recommended that you re-load the default configuration: + +# Restoring old configurations + +1. Make sure you have your network-manager turned on + +2. Log into the router via : 192.168.10.1 + +3. Navigate to : System -> Backup / Flash Firmware + +4. By "Restore Backup" , click the browse button and select the libreCMC configuration backup (*.tar.gz). + + + -- 2.25.1