Difference between revisions of "Mesh/OpenWRT"

Jump to navigation Jump to search
17 bytes added ,  21:14, 18 July 2013
Line 288: Line 288:
The Bullet will now be running a TFTP server 192.168.1.20
The Bullet will now be running a TFTP server 192.168.1.20


Ensure that you have an IP address different from 192.168.1.20 and in the 192.168.1.x range. On most linux machines (assuming your ethernet interface is eth0) that would be
Ensure that you have an IP address different from 192.168.1.20 and in the 192.168.1.x range.  
 
You may want to stop network-manager (I believe Ubuntu mostly)
 
sudo /etc/init.d/network-manager stop
 
On most linux machines (assuming your ethernet interface is eth0) setting your ip address on your


  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
   
   
You may also want to stop network-manager (I believe Ubuntu mostly)
sudo /etc/init.d/network-manager stop


Afterwards do the following:
Afterwards do the following:

Navigation menu