How to lockdown the way Windows Server 2003 hands out IP addresses?

FreshPrince

Diamond Member
Dec 6, 2001
8,361
1
0
Is there a way to stop roaming laptops from grabbing an ip as it snaps into my network?

Right now, anyone can just snap a machine into an open port and get ip, dns, gateway info because the dhcp server hands it out. But, I want to secure that a little so maybe an authentication is required? How do I go about doing that?

Thanks!

-FP
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
What your asking for really sounds like 802.1x.

It is a mechanism where network gear authenticates the end node before allowing it to get a DHCP address or communicate.

That or you could try to incorporate some certificate setup with your active directory?
 

FreshPrince

Diamond Member
Dec 6, 2001
8,361
1
0
Originally posted by: spidey07
What your asking for really sounds like 802.1x.

It is a mechanism where network gear authenticates the end node before allowing it to get a DHCP address or communicate.

That or you could try to incorporate some certificate setup with your active directory?

that's what I figured...

My switch allows me to turn off ports, so my best solution right now is to turn off all unused ports and only turn them on when someone needs to plug into our network.