Ubuntu server 12.04/tftp

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Ubuntu Server 12.04 <source lang="bash"> apt-get install tftp-hpa tftpd-hpa </source> ==Control The Server== <source lang="bash"> service tftpd-hpa re...")
 
m
 
Line 18: Line 18:
  
 
Modify the configuration: <code>/etc/default/tftpd-hpa</code>
 
Modify the configuration: <code>/etc/default/tftpd-hpa</code>
<source lang="test">
+
<source lang="text">
 
TFTP_DIRECTORY="/home/tftp"
 
TFTP_DIRECTORY="/home/tftp"
 
</source>
 
</source>

Latest revision as of 16:16, 5 May 2012

Ubuntu Server 12.04

apt-get install tftp-hpa tftpd-hpa

[edit] Control The Server

service tftpd-hpa restart

[edit] 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