Novell LINUX ENTERPRISE DESKTOP 10 SP2 - DEPLOYMENT GUIDE 08-05-2008 Deployment Manual page 75

Table of Contents

Advertisement

5 In the Configured Declarations dialog, select the subnet in which the new system
should be located and click Edit.
6 In the Subnet Configuration dialog select Add to add a new option to the subnet's
configuration.
7 Select filename and enter pxelinux.0 as the value.
8 Add another option (next-server) and set its value to the address of the TFTP
server.
9 Select OK and Finish to complete the DHCP server configuration.
To configure DHCP to provide a static IP address to a specific host, enter the Expert
Settings of the DHCP server configuration module
declaration of the host type. Add the options hardware and fixed-address to
this host declaration and provide the appropriate values.
Setting Up a DHCP Server Manually
All the DHCP server needs to do, apart from providing automatic address allocation to
your network clients, is to announce the IP address of the TFTP server and the file that
should be pulled in by the installation routines on the target machine.
1 Log in as root to the machine hosting the DHCP server.
2 Append the following lines to your DHCP server's configuration file located
under /etc/dhcpd.conf:
group {
# PXE related stuff
#
# "next server" defines the tftp server that will be used
next server ip_tftp_server:
#
# "filename" specifies the pxelinux image on the tftp server
# the server runs in chroot under /srv/tftpboot
filename
"pxelinux.0";
}
Replace ip_of_the_tftp_server with the actual IP address of the TFTP
server. For more information about the options available in dhcpd.conf, refer
to the dhcpd.conf manual page.
(Step 4
(page 58)) and add a new
Remote Installation
59

Advertisement

Table of Contents
loading

This manual is also suitable for:

Linux enterprise desktop 10 sp2

Table of Contents