Compaq BL10e - HP ProLiant - 512 MB RAM Troubleshooting Manual page 18

Setting up a linux pxe server and integrating clients
Hide thumbs Also See for BL10e - HP ProLiant - 512 MB RAM:
Table of Contents

Advertisement

option subnet-mask
option nis-domain "domain.org";
option domain-name
option domain-name-servers 172.48.0.1,10.10.20.242;
# PXE-specific configuration directives global section
if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
{
filename "pxelinux.0";
next-server 172.48.0.1;
}
option time-offset
option ntp-servers
# option netbios-name-servers 172.48.1.1;
# --- Selects point-to-point node (default is hybrid).
# --- Don't change this unless you understand Netbios very well
# option netbios-node-type 2;
range dynamic-bootp 172.48.0.128 172.48.0.255;
default-lease-time 21600;
max-lease-time 43200;
host 00080246e75d {
hardware ethernet 00:08:02:46:e7:5d;
fixed-address 172.48.1.253;
# PXE-specific configuration directives client specific section
next-server 172.48.0.1;
filename "pxelinux.0";
}
host 00508bea8000 {
hardware ethernet 00:50:8b:ea:80:00;
fixed-address 172.48.1.254;
# etherboot-specific configuration directives
next-server 172.48.0.1;
filename "etherboot.img";
}
}
255.255.0.0;
"domain.org";
-21600; # Central Standard Time
172.48.0.1;
18

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the BL10e - HP ProLiant - 512 MB RAM and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Bl10e - proliant - g2Bl10e 512

Table of Contents