Ubuntu server 12.04/tftp

From Attie's Wiki
Revision as of 16:16, 5 May 2012 by Attie (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ubuntu Server 12.04

apt-get install tftp-hpa tftpd-hpa

Control The Server

service tftpd-hpa restart

Configuration

Create the directory:

mkdir -p /home/tftp
chown tftp:tftp /home/tftp
chmod 755 /home/tftp

Modify the configuration: /etc/default/tftpd-hpa

TFTP_DIRECTORY="/home/tftp"
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox