歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Unix知識 >> 關於Unix >> sarge PEX install

sarge PEX install

日期:2017/3/6 15:21:39   编辑:關於Unix
sarge PEX install 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; de sarge PEX install


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.

Copyright © Linux教程網 All Rights Reserved