skip to content
wiki.lkaplan.cz
User Tools
Log In
Site Tools
Search
Tools
Show page
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
wiki:os:debian:tftpd
====== TFTP Server ====== 1. Install >$ **sudo apt-get install xinetd tftpd tftp** 2. Create /etc/xinetd.d/tftp and put this entry: <code> service tftp { protocol = udp port = 69 socket_type = dgram wait = yes user = nobody server = /usr/sbin/in.tftpd server_args = /tftpboot disable = no } </code> 3. Make /tftpboot directory >**$ sudo mkdir /tftpboot** >**$ sudo chmod -R 777 /tftpboot** >**$ sudo chown -R nobody /tftpboot** 4. Start tftpd through xinetd >**$ sudo /etc/init.d/xinetd start**
wiki/os/debian/tftpd.txt
ยท Last modified: 2014/12/26 18:31 (external edit)
Page Tools
Show page
Old revisions
Backlinks
Back to top