186
edits
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) | 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 | ||
Afterwards do the following: | Afterwards do the following: |