2013年12月19日 星期四

[Raspberry Pi][tftpd-hpa] Install tftpd-hpa and settings for working properly


[Raspberry Pi][tftpd-hpa] Install tftpd-hpa and settings for working properly



1. Install tftpd-hpa

sudo apt-get --yes --force-yes install tftp-hpa tftpd-hpa



2. vim /etc/default/tftpd-hpa

TFTP_USERNAME="tftp"

TFTP_DIRECTORY="/srv/tftp"

TFTP_ADDRESS="0.0.0.0:69"

TFTP_OPTIONS="--secure --ipv4 --verbose -l"

RUN_DEAMON="yes"



3. Start the daemon

sudo service tftpd-hpa restart





Reference:



Related Posts:

0 意見:

張貼留言