I recently noticed that my computers get a lease and use it for the day and then when they shut down release it. That's normal. Then, the next day, someone else gets the IP that machine had been using. Our lease times are set to about 2 weeks. The DHCP server is Windows 2003. In the past those IPs would not be given to someone new so that when the first computer connected again it could get the same IP that it had before. This way, computers tended to always have the same IP. By the way, the PCs are Windows XP. The problem with this is that WINS seems to not be releasing the registered name; so, I can ping the name of a computer that is off and it might respond because some other computer now has the IP that WINS has registered with the name. Also, if I use sp_who with SQL 2000 server, it might show a connection that belonged to one computer yesterday, but now even though SQL shows one name, it is actually a different computer. This seems to be because the connection to SQL is not being terminated even though a client computer may be turned off. So, it keeps the name and when a computer with the same IP connects, it seems to think it is the same computer. Any ideas? How can I get DHCP to give the same IP always to the same PC? Is it because the PC must ask for it and for some reason it is not?