- Run: sudo apt-get install atftpd
- Sudo edit /etc/default/atftpd to read
USE_INETD=false
OPTIONS="--daemon --port 69 --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /tftpboot - Create the /tftpboot folder by executing sudo mkdir /tftpboot
- Change so that all users can edit/modify files in this folder by executing: sudo chmod -R +777 /tftpboot
- Change the ownership to nobody by executing: sudo chown -R nobody /tftpboot
- Secure who can access this tftp server by editing the hosts.allow file in /etc and adding:
in.tftpd :
Thursday, February 25, 2010
Setting up a tftp server under Ubuntu 9.1
Perform the following steps to setup a tftpd server under ubuntu 9.1
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment