|
|
Line 62: |
Line 62: |
| Click Browse and select the firmware you downloaded<br> | | Click Browse and select the firmware you downloaded<br> |
| Click Install<br> | | Click Install<br> |
|
| |
|
| |
| ==Confirm Installation of OpenWRT on the Router==
| |
| In order to confirm that the installation has proceeded correctly, use an ethernet cable to connect your computer to the "internet/WAN" port of your router and set your IP address to an address on the 172.22.0.0/24 subnet:
| |
| <code>$ ip addr add 172.22.0.9/24 dev IF_NAME</code>
| |
| (where IF_NAME is the name of your ethernet interface)
| |
| You ''may'' want to stop network-manager (not all distros use this, but Ubuntu does):
| |
| <code>$ /etc/init.d/network-manager stop</code>
| |
|
| |
| You can also assign yourself the address via a network manager, both in linux and OSX.
| |
|
| |
| <code>$ ssh root@172.22.0.1</code>
| |
|
| |
| The default password will be: `meshtheplanet`
| |
|
| |
| You ''may'' need to restart the router, but be careful not to restart it while it's in the process of flashing.
| |
|
| |
|
|
| |
|