Does anybody have any suggestions for how to deal with laptops that
pick addresses from the DHCP server through both their wireless and
wired NIC?
The reason I'm asking is that I'm getting ready to deploy a wireless
access point at my office. Through this AP, users will be
authenticated by a RADIUS server that checks for a certificate
installed on the client. The entire process is automated through a
GPO. (basically, its the process outlined here:
http://go.microsoft.com/fwlink/?LinkId=23481)
Since GPOs are applied when the computer starts, or when the user logs
on, the wireless connection becomes live as soon as the computer
starts. This means the wireless nic picks up an address from DHCP
server. However, since the laptop is also plugged into the wired LAN,
the wired NIC also picks up an address from the DHCP server. This
leads to two problems:
1. The computer then ends up with two IP addresses
2. The number of addresses available in the DHCP scope runs out pretty
quickly.
Has anybody else run into this situation? How did you deal with it?
Thanks for the help.