Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||||||||||||||||||||
|
Posted by SparkyGuy on July 26, 2007, 11:58 am
Please log in for more thread options Netgear RP614 router. Under the LAN configuration menu there are, among others, options for DHCP, and Manually-assigned IP addresses. Under DHCP there is also a table for reserving IP addresses. This feature allows you to use DHCP to dynamically assign addresses except that for each MAC address you specify, the router will assign a particular IP (specified by you). Is there any difference between reserving an IP address under DHCP, and manually assigning one? Thanks, Sparky | |||||||||||||||||||||||||||||||
|
Posted by DTC on July 26, 2007, 1:28 pm
Please log in for more thread options SparkyGuy wrote: I'm not acquainted with the Netgear setup, but typically routers will give you an option of where you want to start the dynamic DHCP IP pool addresses. > Is there any difference between reserving an IP address under DHCP, and
> manually assigning one? The most significant difference is how you want to uniquely manage you network computers, otherwise there is no significant difference between the two methods. Either method will give you a perfectly functioal network. Therefore, the way I do it may be best for my applications, but not for someone else's. Typically I set up networks to start the DHCP pool at 100, as in 192.168.0.100. That allows me 155 computers that are "plug and play" so to speak when they plug in their computers to the network. The 0.100 is an easy number to remember, I could have just as easily used 0.10 Pros and cons.... *DHCP is easy to manage.* You don't have to keep a text file on hand to keep track of your IP addresses in the network to avoid assigning a duplicate IP to another computer and end up with IP conflict error messages. A static IP network requires rigid tracking of the IP addresses you've assigned. Static IP's are easy to manage on a SMALL network. In my office I have less than a dozen computers and its easy to remember their address. *DHCP is easy to connect to a foreign network.* When I'm at a client's site, I set my laptop to DHCP and let it connect to the network. Then I look at my connection status and can find my IP, the subnet, and the gateway address. Setting your laptop with a static IP can often be a hit and miss operation getting connected. *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). *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, this is only my unique suggestions off the top of my head. Others may have different suggestions and input for the pros and cons. | |||||||||||||||||||||||||||||||
|
Posted by Stuart Miller on July 26, 2007, 1:45 pm
Please log in for more thread options
> SparkyGuy wrote:
>> Netgear RP614 router. Under the LAN configuration menu there are, among
>> others, options for DHCP, and Manually-assigned IP addresses. Under DHCP >> there is also a table for reserving IP addresses. This feature allows you >> to use DHCP to dynamically assign addresses except that for each MAC >> address you specify, the router will assign a particular IP (specified by >> you). >
> I'm not acquainted with the Netgear setup, but typically routers will give > you an option of where you want to start the dynamic DHCP IP pool > addresses. > >> Is there any difference between reserving an IP address under DHCP, and
>> manually assigning one? >
I use the same concept here.
> The most significant difference is how you want to uniquely manage you > network computers, otherwise there is no significant difference between > the two methods. Either method will give you a perfectly functioal > network. > > Therefore, the way I do it may be best for my applications, but not for > someone else's. > > Typically I set up networks to start the DHCP pool at 100, as in > 192.168.0.100. That allows me 155 computers that are "plug and play" so to > speak when they plug in their computers to the network. The 0.100 is an > easy number to remember, I could have just as easily used 0.10 > > Pros and cons.... > > *DHCP is easy to manage.* You don't have to keep a text file on hand to > keep track of your IP addresses in the network to avoid assigning a > duplicate IP to another computer and end up with IP conflict error > messages. A static IP network requires rigid tracking of the IP addresses > you've assigned. Static IP's are easy to manage on a SMALL network. In my > office I have less than a dozen computers and its easy to remember their > address. > > *DHCP is easy to connect to a foreign network.* When I'm at a client's > site, I set my laptop to DHCP and let it connect to the network. Then I > look at my connection status and can find my IP, the subnet, and the > gateway address. Setting your laptop with a static IP can often be a hit > and miss operation getting connected. > > *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). > > *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, this is only my unique suggestions off the top of my head. Others > may have different suggestions and input for the pros and cons. > > Desktop machines are static assigned, under 100, portable devices such as the 3 laptops that come and go here are done by DHCP, over 100. Some other considerations - some network games require you to specify the ip address of the other players to connect with. - some network monitoring utilities are inconsistent, they find only dhcp addresses, or find only static accdrsses, some find both. - on some routers you can specify that the router will assign dynamically a specific IP address to a specific MAC address. - if you want to use the DMZ approach, then the address of the computer in question must be static. - print servers or shared printers seem to prefer a static IP address for the computer they are attached to. Stuart | |||||||||||||||||||||||||||||||
|
Posted by SparkyGuy on July 26, 2007, 2:51 pm
Please log in for more thread options
> - if you want to use the DMZ approach, then the address of the computer in
> question must be static. What's "DMZ"? > - print servers or shared printers seem to prefer a static IP address for
> the computer they are attached to. Does "static IP address" include those "fixed" addresses assigned by DHCP (assigned per MAC address -- see my original post) Thanks, Sparky | |||||||||||||||||||||||||||||||
|
Posted by Stuart Miller on July 26, 2007, 8:45 pm
Please log in for more thread options
>> - if you want to use the DMZ approach, then the address of the computer
>> in >> question must be static. >
> What's "DMZ"? It means 'demilitarized zone'. The concept is that the router will take specific internet requests that it receives, such as port 80 (web servers) and forward these requests to one specific machine. This way you can run a web server on that one machine, and make it open to the public without placing your whole network at risk. There is some disagreement as to how secure an arrangement this provides, and it is only of use if you want a computer to be 'open' to the whole internet. I use it for testing server configurations before I put them on the actual web server here. The actual web server has its own ip address, and is therefore totally isolated from the LAN here. >
>> - print servers or shared printers seem to prefer a static IP address for
>> the computer they are attached to. >
As far as the client computer is concerned, static means that the computer
> Does "static IP address" include those "fixed" addresses assigned by DHCP > (assigned per MAC address -- see my original post) > has an address specified in its network setting and DHCP client is turned off. If DCHP client is turned on, the client does not care (or even know about) how the router decides what IP address to assign. Stuart | |||||||||||||||||||||||||||||||
| Similar Threads | Posted |
| "illegal" or reserved MAC address ? | August 22, 2004, 10:03 pm |
| "Reserved" IP vs. manually-assigned? | July 26, 2007, 11:58 am |

"Reserved" IP vs. manually-assigned?
Yahoo!
Windows Live
del.icio.us
digg
Netscape 








>
> Under the LAN configuration menu there are, among others, options for DHCP,
> and Manually-assigned IP addresses. Under DHCP there is also a table for
> reserving IP addresses. This feature allows you to use DHCP to dynamically
> assign addresses except that for each MAC address you specify, the router
> will assign a particular IP (specified by you).