Dell 8 manual Sample Dhcp Configuration

Page 47

After you modify the dhcpd.conf file based on your environment, you need to start or restart your DHCPD service. For more information, see http://ipxe.org/howto/dhcpd

Sample DHCP Configuration

#dhcpd.conf

#Sample configuration file for ISC dhcpd

#option definitions common to all supported networks...

#option domain-name "example.org";

#option domain-name-servers 192.168.203.46;

#filename "pxelinux.0";

next-server 192.168.123.21;# IP address of ASM Server

default-lease-time 6000; max-lease-time 7200;

#Use this to enble / disable dynamic dns updates globally. #ddns-update-style none;

#If this DHCP server is the official DHCP server for the local

#network, the authoritative directive should be uncommented. authoritative;

#Use this to send dhcp log messages to a different log file (you also have to hack syslog.conf to complete the redirection.

log-facility local7;

#No service will be given on this subnet, but declaring it helps the

#DHCP server to understand the network topology.

#subnet 192.168.123.0 netmask 255.255.255.0 { #}

# This is a very basic subnet declaration.

subnet 192.168.123.0 netmask 255.255.255.0 { range 192.168.123.24 192.168.123.29; option subnet-mask 255.255.255.0;

option routers 192.168.123.1;

if exists user-class and option user-class = "iPXE" { filename "bootstrap.ipxe";

}else {

filename "undionly.kpxe";

}

}

#This declaration allows BOOTP clients to get dynamic addresses,

#which we don't really recommend.

47

Image 47
Contents Active System Manager Version 8.0 Quick Installation Guide Page Contents Configuring Dhcp or PXE on External Servers About this Document What is New in this ReleaseAccessing Online Help Important Note Other Documents You May NeedLicensing ASM Port and Protocol Information Deployment Prerequisites Installing Active System MangerInformation Prerequisites Page Page MXL Prerequisites for M1000e with MXL, S5000, and CompellentInterface range fi 0/0 7 no shut Prerequisites for Rack Server, S5000, and Compellent Dcbx port-role auto-downstream Prerequisites for Rack Server, S5000, Brocade and Compellent Interface vlan Vlan ID Create Vlan for FCoE Exit Feature fcoe feature npiv feature lacp Prerequisites for Rack Server, Cisco Nexus, and Compellent Interface vfc101 Conf feature npv Resource Create VSAN-instantiate it in the Vsan database FC feature needs to be enabled on the MXL Deploying ASM from VMware vSphere Client System Center Virtual Machine Manager Scvmm PrerequisitesDeploying ASM using Scvmm Deploying ASM on Hyper-V host Configuring Static IP Address in the Virtual Appliance Changing Dell Administrator PasswordConfiguring ASM Virtual Appliance as PXE Boot Responder Customizing Virtual Machine Templates for VMware and Hyper-V Main Server=dellasm Master Agent Rm /lib/udev/rules.d/75-persistent-net-generator.rules Customizing Linux TemplateCrontab -l Customizing Windows TemplatePage Adding NetApp Ruby SDK Configuring NetApp Storage Component Enable Http or HTTPs for NFS sharePage Completing Initial Configuration Page Deploying WinPE on the Virtual Appliance Adding OS Image Repositories Page Page Create the Dhcp User Class Configure Dhcp on Windows 2012 Dhcp Server Create the Dhcp Policy Create the Boot File Scope Option Configure Dhcp on Windows 2008 Dhcp Server Create the Dhcp User Class Configuring Dhcp for Linux Sample Dhcp Configuration
Related manuals
Manual 36 pages 54.81 Kb