mscom_linux_setup

Differences

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

Link to this comparison view

Next revision
Previous revision
mscom_linux_setup [2014/04/03 15:07] – created beckmanfmscom_linux_setup [2014/05/14 10:13] (current) – typo defaults beckmanf
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/default/tftpd-hpa 
 +</code> 
 + 
 +to <code> TFTP_OPTIONS="--secure --create" </code>. 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.1396530434.txt.gz
  • Last modified: 2014/04/03 15:07
  • by beckmanf