1分钟
tftp 服务器端操作
1.安装tftp服务
yum install tftp
yum install tftp-server
2.开启服务
CentOS6:
chkconfig tfcp on
service xinted restart
chkconfig tfcp enable
CentOS7:
systemctl start tftp.socket
systemctl enable tftp.socket
3测试tftp服务
拷贝mbr7.bak文件到tftp目录下
cp mbr7.bak /var/lib/tftpboot/
客户端:
tftp 192.168.30.10
get menu.c23
文件通过tftp传输成功
[
至此,dhcp及tfcp已在CentOS7上搭建完成,下面来实验用PEX安装CentOS系统
学员评价