I have a machine called server1 (windows server 2008). It was initially set to have an automatically assigned IP by the DHCP server (windows server 2008). It assigned it 192.168.0.180. I changed server1 to have a static ip of 192.168.0.60. I then deleted the reservation out of the DHCP server. On my local dev machine (windows 7) when I try to ping it it resolves to the old 192.168.0.180 address. I've tried `ipconfig /flushdns' on all the machines, and I've tried rebooting etc. From server1 when I ping it by its name it resolves properly, just not from anywhere else. Is there some cache somewhere that needs to be cleared?
Thanks for the help.