Question: Two Virtual Machines one server and one client both Cent OS 6 For the Server Instance Server IP Address: 192.168.2.50 Netmask 255.255.255.0 Hostname: server (all
Two Virtual Machines one server and one client both Cent OS 6
For the Server Instance Server IP Address: 192.168.2.50 Netmask 255.255.255.0 Hostname: server (all in lower case) Domain name it340.private (all in lower case) FQDN: server.it340.private (all in lower case) Address pool range: 192.168.2.100 to 192.168.2.200 For the Client Instance Server IP Address: none (DHCP) Hostname: client (all in lower case) Domain name it340.private (all in lower case) FQDN: client.it340.private (all in lower case)
In the DHCP Server configuration file (/etc/dhcp/dhcpd.conf)
replace the X's and Y's with their respective correct information ddns-update-style interim;
ignore client-updates; subnet 192.168.X.X netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option domain-name "X.X"; range dynamic-bootp X Y; default-lease-time 43200; max-lease-time 86400; }
I need this DHCP server to assign the client an address that is specified in the pool
PLEASE JUST REPLACE THE X's and Y's to make the DHCP server run successfully when #service dhcpd start is ran
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
