Changes

Jump to: navigation, search

Setting up tftp and nfs

307 bytes added, 10:42, 31 October 2018
How to configure a TFTP Server
===Introduction===
Especially during the developmentphase, you would like to be able to have full control over the target systemboot process. This section describes how to configure your host system for this purpose.
==== How to configure a TFTP Server ====
* For '''Debian/Ubuntu 8.x''':
** download the atftp ''atftpd'' package with the preferred method. For example, run sudo apt-get install atftpatftpd** edit the /etc/default/atftp atftpd and change the USE_INETD to false
** create the tftp root directory: sudo mkdir /tftpboot
** assign the permission: sudo chmod -R 777 /tftpboot and sudo chown -R nobody /tftpboot
** start the server: sudo /etc/init.d/atftpd start
To change the tftp root directory, user should edit the /etc/default/atftp atftpd file. Please note that, beside ''atftpd'', there are other software packages providing a tftp server, e.g. '''tftpd-hpa''' and '''tftpd'''.
==== How to configure a NFS Server ====
For other distributions, the procedure will be very similar: the NFS configuration is always modified editing the /etc/exports file. The packages names, the method to install them and how to restart the servers may vary.
 
=== Useful Links ===
 
http://processors.wiki.ti.com/index.php/Setting_Up_a_TFTP_Server
 
https://help.ubuntu.com/community/SettingUpNFSHowTo
8,154
edits

Navigation menu