sarge pex install
dhcpd tftpd httpd/ftpd sarge deb source.
dhcpd
apg-get dhcp
vi /etc/dhcpd.conf
option domain-name "forrestrun.org";
option domain-name-servers dhcpd.forrestrun.org;
option subnet-mask 255.255.255.0;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.8.0 netmask 255.255.255.0 {
range 192.168.8.201 192.168.8.220;
option broadcast-address 192.168.8.255;
option routers 192.168.8.2;
}
host pexinstall {
#r40e's mac 00-06-1B-DA-78-E9
hardware ethernet 00:06:1b:da:78:e9;
fixed-address 192.168.8.211;
option domain-name-servers 192.168.8.2;
filename "/pxelinux.0";
}
the subnet must in your interface 's connect net.
TFTPD
apg-get tftpd-hpa
some article said that other tfpt will not suport the pex boot.
cd /var/lib/tftpboot
wget sarge 's netboot.tar.gz and untar it.
HTTPD/FTPD
setup the net install deb source url.
OK.
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




