[[mscom_linux_setup]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
mscom_linux_setup [2014/04/03 15:07]
beckmanf created
mscom_linux_setup [2014/05/13 14:50]
beckmanf tftpd
Line 13: Line 13:
  
 <​code>​ <​code>​
-sudo apt-get install git iperf wireshark gnuplot tftp ethtool+sudo apt-get install git iperf wireshark gnuplot tftp ethtool ​tftpd-hpa 
 +</​code>​ 
 + 
 +For the tftp daemon, change the setting of TFTP_OPTIONS in the file 
 + 
 +<​code>​ 
 +/​etc/​defaults/​tftpd-hpa 
 +</​code>​ 
 + 
 +to TFTP_OPTIONS="​--secure --create"​. Then change the owner of the tftp directory 
 + 
 +<​code>​ 
 +sudo chown tftp:tftp /​var/​lib/​tftpboot 
 +</​code>​ 
 + 
 +Starting and stopping of the tftp server is done with 
 + 
 +<​code>​ 
 +sudo service tftpd-hpa start 
 +sudo service tftpd-hpa stop
 </​code>​ </​code>​
  
  • mscom_linux_setup.txt
  • Last modified: 2014/05/14 10:13
  • by beckmanf