Merge branch 'FixupRefDMZLed' into release-3.15.1.0

Remove references to DMZ led and replace with "Status 4" led
This commit is contained in:
Conrad Lara - KG6JEI 2015-07-01 23:25:56 -07:00
commit c4c808f98c
2 changed files with 3 additions and 3 deletions

View File

@ -323,8 +323,8 @@ sub reboot_page
print "<h1>$node is rebooting</h1><br>\n";
print "<h3>The LAN subnet has changed. You will need to acquire a new DHCP lease<br>";
print "and reset any name service caches you may be using.</h3><br>\n";
print "<h3>Wait for the Power LED to start blinking, then stop blinking.<br>\n";
print "When the DMZ LED turns off you can get your new DHCP lease and reconnect with<br>\n";
print "<h3>Wait for the Status 4 LED to start blinking, then stop blinking.<br>\n";
print "When the Status 4 LED remains solid on you can get your new DHCP lease and reconnect with<br>\n";
print "<a href='http://localnode.local.mesh:8080/'>http://localnode.local.mesh:8080/</a><br>or<br>\n";
print "<a href='http://$node.local.mesh:8080/'>http://$node.local.mesh:8080/</a></h3>\n";
}

View File

@ -699,7 +699,7 @@ How to use failsafe mode:
<li>use a static IP address of 192.168.1.2 and netmask 255.255.255.0<br>
(default gateway and DNS are not necessary)</li>
<li>apply power to the node</li>
<li>just after the DMZ LED illuminates, hold the reset button until DMZ starts blinking</li>
<li>just after the Status 4 LED illuminates, hold the reset button until DMZ starts blinking</li>
<li>at a command prompt run "<b>telnet 192.168.1.1</b>"</li>
<li>you should now have a prompt that looks like "root@(none)$"</li>
<ul><li>if not, you are not in safe mode and something went wrong along the way, so stop here and start over</li></ul>