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 | 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 | ||
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: | |||
tftp 192.168.1.20 | tftp 192.168.1.20 |