By default they will be assigned different IP address...
To refresh your IP address on a network, follow
1. Open the Command Prompt (from the Start button, go to Programs > Accessories > Command Prompt).
2. In the command prompt window, type ipconfig /release
3. In the command prompt window, type ipconfig /renew
4. Exit the Command Prompt by typing exit
* You may want to create a small batch file of this command. See How to Write a Batch File. In you batch file enter the following (without the ") "C:\Documents and Settings\{Put the username you are logged on here}\Start Menu\Programs\Accessories\Command Prompt
* ipconfig/release {Press Enter}
* ipconfig/renew"
* Read the stuff in the {}
* To check your IP address, type ipconfig
* To check detailed information about your TCP/IP settings, type ipconfig /all
* Win98 users should type ipconfig /renew_all