Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Computer Network questions

Question

Apply the product rule for exponents, if possible. y 4 y 5 y 6

Answered: 1 week ago

Question

What is a brand community, and why is it of interest to marketers?

Answered: 1 week ago

Question

What is one of the skills required for independent learning?Explain

Answered: 1 week ago