TFTP Configuration File
/etc/xinetd.d/tftp
TFTP Server Service
service xinetd restart
How to configure TFTP Server for Linux
[root@bgpxetest ~]#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 = yes (change to no)
per_source = 11
cps = 100 2
flags = IPv4
}
:wq
[root@bgpxetest ~]#service xinetd restart
Note: Pls make sure this Setting
Disable= yes change to NO
Server_args= -s /tftpboot pls make sure to change install path for while doing pxe installation
/tftpboot/linux-install
No comments:
Post a Comment