• Techie

    Use DNS 323 to intall Ubuntu using TFTP Boot

    I got this all working on my dns 323. Here’s what I did : Install ipkg following instructions from here : http://wiki.dns323.info/howto:optware Do a ipkg list. You will need two packages, xinetd and tftpd. # ipkg list |grep xinetd xinetd - 2.3.14-9 - Highly configurable, modular and secure inetd # ipkg list |grep tftp atftp - 0.7-9 - Advanced TFTP server and client linksys-tftp - 1.2.1-1 - TFTP Client customized for a non-standard tftp authentication process. tftp-hpa - 5.0-1 - A tftp package Install tftp-hpa and xinetd using ipkg install Create or modify /opt/etc/xinetd.d/tftp file like this : # # ftp://ftp.kernel.org/pub/software/network/tftp/ # service tftp { flags = REUSE socket_type =…