2011年9月11日 星期日

ubuntu 11.04 tftp install

joe@ubuntu: sudo apt-get install xinetd tftpd tftp

#vi /etc/xinetd.d/tftp

service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /tftpboot
disable = no
}

#sudo /etc/init.d/xinetd restart

沒有留言:

張貼留言