Lab: Deploying Windows Server DHCP

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

profile avatar
nathans2(@nathans2)
Member
2 years ago

I was doing the lab exercises for “Deploying Windows Server DHCP” but after reserving an IP address on the Server using the DHCP console, when I got to the network adapter of the Windows computer (SAWS01) to change it to acquire IP address automatically, the network adapter is asking for admin user/ Password before I can get into the adapters property.

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  nathans2
2 years ago

Hi profile avatar Nathan Sackey

You can use the username administrator with the same password as Pa$$w0rd but if you have already reserved the address in DHCP, then you can also try from a command prompt ipconfig to look at your APIPA address first, and then execute ipconfig /renew to get the new address.

Ricardo

profile avatar
olgag2(@olgag2)
Member
5 days ago

any advice on how to configure a DHCP Reservation? Thanks

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  olgag2
5 days ago

Hi profile avatar Olga Glendza

Check out the previous lesson on DHCP Reservations: https://www.serveracademy.com/courses/installing-and-configuring-dhcp/configure-dhcp-reservations/ It guides you by using the GUI. Just expand the Scope, right-click Reservations, and then select New Reservation. Enter the name of the reservation, IP Address, MAC address, and a description.

-Ricardo

profile avatar
olgag2(@olgag2)
Member
Reply to  Ricardo P
4 days ago

all done, thanks Ricardo