Bob M said:
I did this on earlier W98 computers. It is helpful if you have a small home
network, where some computers are asleep a good part of the time. The
automatic assignment gets messed up in these cases, requiring xtra
rebooting.
How do I setup a fixed address for my XP computer? TIA.
Via the TCP/IP properties pages for your network adapter. Use the IP range
and subnet mask from your router.
As a note, I have found recently that the embedded gigabit network adapters
in a number of systems I have worked on do *not* work once fixed IP
addresses have been assigned. No data is ever transferred, and browsing is
impossible. I had to add PCI adapters to be able to assign fixed IPs and
have them work.
Also, I normally an an "Reset IP" shortcut, to "reset_ip.cmd" to the
desktop on most systems. That file contains the three lines below. The
third line is blank and ensures that the second line is actually processed.
===
ipconfig /release
ipconfig /renew
===
Whenever there's some sort of network issue, it's a simple matter to click
on the icon and get a new address.
HTH
-pk