Difference between revisions of "Mesh/OpenWRT"

Jump to navigation Jump to search
8 bytes added ,  21:14, 18 July 2013
Line 294: Line 294:
  sudo /etc/init.d/network-manager stop
  sudo /etc/init.d/network-manager stop


On most linux machines (assuming your ethernet interface is eth0) setting your ip address on your
On most linux machines (assuming your ethernet interface is eth0) setting your ip address looks like this:


  sudo ifconfig eth0 192.168.1.12 netmask 255.255.255.0 up
  sudo ifconfig eth0 192.168.1.12 netmask 255.255.255.0 up
   
   
Afterwards do the following:
Afterwards do the following:


Navigation menu