Difference between revisions of "Mesh/OpenWRT"

120 bytes added ,  22:43, 18 July 2013
Line 170: Line 170:


If you restart networking on the device after changing your lan ip address, you will be disconnected from your terminal session. Log back in using the new ip address. (You may have to manually update your ip address on your computer).
If you restart networking on the device after changing your lan ip address, you will be disconnected from your terminal session. Log back in using the new ip address. (You may have to manually update your ip address on your computer).
You may need to assign yourself a new manual IP
<pre>
  sudo ifconfig eth0 192.168.2.2 netmask 255.255.255.0 up
</pre>


There may also be a need to update your nameserver.
There may also be a need to update your nameserver.
Anonymous user