Chinaunix首页 | 论坛 | 博客
  • 博客访问: 10492136
  • 博文数量: 2905
  • 博客积分: 20098
  • 博客等级: 上将
  • 技术积分: 36298
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-23 05:00
文章存档

2012年(1)

2011年(3)

2009年(2901)

分类: LINUX

2009-03-23 11:06:21

Pxe+dhcp+nfs+tftp 网络安装centos
 
一、介绍
简单原理介绍:无光软驱服务器通过PXE网卡启动,从dhcp服务器获取IP 通过tftp 取到pxelinux配置文件,按配置文件进行启动centos 文件进行引导系统安装。
 
二、环境说明
本文测试环境及用到的软件
Server: centos 5.2  dhcp nfs tftp  ip:192.168.1.251 (IP只需要与服务器网卡相连,不管是什么都可以)
 
三、安装配置过程及基本讲解:
安装相应的软件:yum –y install dhcp* nfs* tftp*
1、  配置tftp
[code] more /etc/xinetd.d/tftp
# default: off
# de.ion: The tftp server serves files using the trivial file transfer \
#       protocol.  The tftp protocol is often used to boot diskless \
#       workstations, download configuration files to network-aware printers, \
#       and to start the installation process for some operating systems.
# trad: liuyu
# blog: liuyu.blog.51cto.com
# bbs:
阅读(809) | 评论(0) | 转发(0) |
0

上一篇:centos下搭建DNS~~~

下一篇:iperf工具使用

给主人留下些什么吧!~~