Bertrand POURCEL wrote:
Yes, all the network settings are done manually.
And no, it's not possible to install a new router with DHCP. There's 50 PCs and 3 Windows Servers over the network 😉
It takes less than 30 seconds to update a Windows machine's IP from fixed to DHCP, and perhaps a minute to either reserve an IP or to set the DHCP pool to exclude certain IPs and then to set those IPs as fixed on the servers. You could be up and running using DHCP in under a half hour. The odds are excellent that you have already spent more time than that dealing with the current problem.
If you're running Vista, the steps are:
1 open Network and Sharing Center
2 click on 'View Status' of your network connection
3 click on 'Properties'
4 dismiss UAC pop-up
5 double-click on 'Internet Protocol Version 4 (TCP/IPv4) Properties'
6 click on the 'Obtain an IP address automatically' radio button
7 click OK
You're done.
If you're running XP, the steps are:
1 open Control Panels
2 double-click Network Connections
3 right-click Local Area Connection and select 'Properties'
4 double-click 'Internet Protocol (TCP/IP)'
5 click on the 'Obtain an IP address automatically' radio button
6 click OK
you're done.
Doing this 53 times may be tedious, but will not take a significant amount of time.
Most routers from Belkin, Netgear, Linksys, and Apple will allow you to reserve an IP for a specific machine. Required steps are:
1 get the MAC address of the machine in question, either from the command line or the status dialog; see above to see how to get to the status dialog. You can get the MAC address while setting up DHCP.
2 launch the router control HTML page (or, in the case of Apple, AirPort Utility) and go to the section of the admin page which sets reservations.
3 enter the MAC address for the desired machine. The system will reserve a particular IP just for that machine. It will never be handed out to any other machine.
4 reboot the router
you're done.
The only machines which need reserved IPs are the servers and the printers, so you need do this only for the three servers plus whatever printers you have.
Let me be explicit: if you keep using APIPA for your network range, you will continue to have problems. You can continue using APIPA for something it was not intended for, and continue having to patch things after the fact, or you can move to one of the private network ranges (probably a Class C, as you only have 53 nodes, not counting printers) and eliminate the problem at the source. If you insist on using APIPA, you will have to update the NAT, DNS, and DHCP lists yourself, on each new machine added to the network. And you will not know when there's a network connectivity problem as you will have fixed IPs which show an APIPA address as a normal setting, instead of DHCP-set IPs which show an APIPA address only when there is a problem.
It's your choice. I'd spend the half-hour, but that's me.