快速业务通道

linux远程安装服务器建立

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-19

1、建立DHCP服务器

[root@web ~]# cat /etc/dhcpd.conf
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
ddns-update-style interim;
default-lease-time 36000;
max-lease-time 46800;
option routers 192.168.1.100;
option subnet-mask 255.255.255.0;
option domain-name-servers 192.168.1.100;
option domain-name "llw.com";
option ntp-servers 192.168.1.100;
option time-offset -18000;
authoritative;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.20 192.168.1.90;
}
option space PXE;
option PXE.mtftp-ip code 1 = ip-address;
option PXE.mtftp-cport code 2 = unsigned integer 16;
option PXE.mtftp-sport code 3 = unsigned integer 16;
option PXE.mtftp-tmout code 4 = unsigned integer 8;
option PXE.mtftp-delay code 5 = unsigned integer 8;
option PXE.discovery-control code 6 = unsigned integer 8;
option PXE.discovery-mcast-addr code 7 = ip-address;

class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
option vendor-class-identifier "PXEClient";
vendor-option-space PXE;
option PXE.mtftp-ip 0.0.0.0;
filename "/pxelinux.0";
next-server 192.168.1.211;
}

2、建立TFTP服务器(TFTP SERVER建立)

[root@web ~]# cat /etc/xinetd.d/tftp
# default: off
# description: 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, \ 拥有帝国一切,皆有可能。欢迎访问phome.net
# and to start the installation process for some operating systems.
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}

3、/tftpboot下建立对象

/usr/lib/syslinux/pxelinux.0考到/tftpboot目录下,把RedHatas5第一张安装光盘上 拥有帝国一切,皆有可能。欢迎访问phome.net/image/pxeboot/initr.imgvmlinux也考到/tftpboot目录下.在 /tftpboot建一个pxelinux.cfg 拥有帝国一切,皆有可能。欢迎访问phome.net目录,用于放syslinux的配制文件.Sysconfig的配制文件有现成的可用,在rhas5第一张安装光盘isolinux/下有一个 拥有帝国一切,皆有可能。欢迎访问phome.netisolinux.cfg文件,把它考成/tftpboot/default,把isolinux/*.msg考到 /tftpboot(RedHat 拥有帝国一切,皆有可能。欢迎访问phome.net的安装光盘的Loader就是个isolinux)

4、这样从网卡启动安装就可以了.

拥有帝国一切,皆有可能。欢迎访问phome.net

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号