|
Posted by Bill Kearney on July 31, 2007, 8:29 am
If you were Registered and logged in, you could reply and use other advanced thread options
> *DHCP requires you to physically go and find a computer's IP address.* If
> you want to ping or remote into a computer, you have to go and finds it's
> address. With a static IP, you can ping into the name of the computer (if
> you have a text file of all the computer names).
This is incorrect, or at the very least, incomplete. You can setup DHCP to
reserve addresses based on MAC address. The same hardware will get the same
DHCP lease every time. Yes, if you change the hardware in the computer it
will require configuring a new lease reservation on the DHCP server. But
you'd also have to manually reconfigure it if it was static.
When using a Windows Active Directory domain the DHCP server is integrated
with DNS. So the name of the Windows machine can be automatically
propogated into the internal DNS. It's also easy to use the GUI to check on
what addresses are allocated. Some text-based DHCP servers do not make it
this easy and also wonn't integrate with DNS.
But in either case it's a simple matter of speaking with the user and asking
them to run the command "ipconfig" or "ifconfig" if they're not on windows
box (linux, etc...) to get the unit's current IP address. So it's not like
you have to lay hands on it directly.
> *Some applications can only use a static IP* Lets say you have a server,
> video camera, or need to remote into a computer on your LAN from the
> outside. You need to set Network Address Translation (NAT) in your DSL
> modem and/or router. If you computers are set to DHCP, your computers'
> addresses may be unpredictable.
Again, incorrect if the device CAN use DHCP. Setup a lease for that
hardware MAC (Media Access Control, not Macintosh) address and it will
always have the same one. Most devices that do not have a user interface
(no buttons, no screens) will default to using DHCP out of the box.
Manually changing this to something else only complicates your support
efforts if/WHEN you have to replace the unit. Otherwise you just read the
MAC address off the back of the box when installing it and setup a lease for
it.
I do find it useful to setup the DHCP ranges starting above 64 or so. Only
to lease the lower addresses free for devices that actually DO require
static ones.
|