- mkdir /tftpboot
- vi /etc/xinetd.d/tftp
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
} - vi /etc/inetd.conf
#tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd - /etc/init.d/xinetd restart
沒有留言:
張貼留言