Difference between revisions of "Mesh/OpenWRT"

Jump to navigation Jump to search
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: