Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Networking

DHCP Management Across a Diversified Network? 100

ET Admin writes "I work for a small Wireless ISP, where we are deploying new network hardware to allow for growth and contain broadcast traffic. All routing/switching equipment is Cisco. We use Linux stand-alone boxes and VMs (running on Win 2003 boxes). We have decided on a hybrid VLAN layout where we have certain VLANs limited by location, and other VLANs that are global across the network. And I want DHCP served across it all. Does anyone have experience with IPAM software that handles multiple DHCP servers? Our network is small so spending a couple grand is overkill at this point. Any recomendations to help me decide between serving DHCP from the Nix boxes, or from the Cisco gear? Knowing that a single DHCP server will handle from 100-500 hosts."
This discussion has been archived. No new comments can be posted.

DHCP Management Across a Diversified Network?

Comments Filter:
  • by rmadmin ( 532701 ) <rmalek@@@homecode...org> on Wednesday June 17, 2009 @05:55PM (#28366881) Homepage
    I concur.. I have over 2000 hosts covered with my DHCP server, 24 hour lease, the server never breaks 0.00 loads. We also use DHCP-Relay in about 5 places across the network. Its tasty :)
  • by goffster ( 1104287 ) on Wednesday June 17, 2009 @05:55PM (#28366885)

    DHCP not used in IPV6 protocol

  • by Fallen Kell ( 165468 ) on Wednesday June 17, 2009 @05:57PM (#28366915)
    Seriously, do not use the Cisco gear to handle the DHCP. There are several ways to handle this, either have a system with an interface on all the networks, or setup your Cisco gear to forward the HDCP requests to the one subnet that does have your system.

    With using Unix/Linux you can setup failover servers so that if one does not respond, the other will take over the requests and that way you will not lose DHCP across your entire network due to hardware/software issues on a single system. Go read up on dhcpd, it is not too difficult to understand, and is really probably your best low cost solution.
  • You need Cisco gear (Score:3, Interesting)

    by Anonymous Coward on Wednesday June 17, 2009 @06:06PM (#28367021)

    You need to use DHCP snooping to block rogue DHCP servers and block packets with forged MAC addresses on untrusted interfaces

    You need IP source guard to block forced IP addresses on untrusted interfaces

    Otherwise, you are at risk of DOS and/or compromise from malicious users, and at risk of instability and insanity caused by users who plug a rogue DHCP server (even something as simple as the LAN side of a Linksys gateway) into your gear.

  • by Anonymous Coward on Wednesday June 17, 2009 @06:12PM (#28367103)

    You can do this with Procurve too... and Enterasys.

    Don't be a crony ;)

  • by mysidia ( 191772 ) on Wednesday June 17, 2009 @07:07PM (#28367605)

    Hey, wait, VMware server's still an option for production servers. Several years ago, it was a commercial product called VMware GSX server.

    "Small wireless ISP" doesn't exactly strike me as the type of user, who would be deploying an Oracle RAC cluster with a load of 10k transactions per second, and an Exchange 2007 server with 5000 mailboxes, processing 10 messages per second.

    GSX was the version for production servers in a small environment. ESX was the high-end uber-expensive version for running massive numbers of servers on a dedicated host in a large environment.

    Server hardware in common use has gotten a lot better, much more powerful, since then. And VMware Server is no worse than GSX.

    If your workload is suitable for that type of virtualization, GSX should be okay.

    Yeah, ESX is a lot better, can handle many more VMs, and can virtualize many high-end workloads effectively that weren't even VM-suitable under GSX/VMware server.

    ESXi is less mature, and probably not as suitable as ESX.

  • Re:DHCP Relaying (Score:2, Interesting)

    by ET Admin ( 1579083 ) on Wednesday June 17, 2009 @10:41PM (#28368989)
    I am definitely leaning this way. I currently have 2 hosts on the new network, and I just set them up as DHCP pools on the cisco gear to get them up and running, which got me looking at the capabilities of the Cisco gear. DHCP databases served via TFTP to all the field routers (3550's serving DHCP) was the other option I was looking at, but using ip helper to point to a central linux box sure seems easier. One of my main goals in this design is to limit broadcasts outside of each subnet, and ip helper obviously punches a hole in that philosophy. I can, and I will limit the protocols that ip helper transfers. I am thrilled to be getting all these suggestions and other ideas. Thanks

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...