[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Multiple Subnet DHCP



On Fri, Jul 02, 2004 at 06:17:51AM -0400, Dean Maluski wrote:
> We are upgrading at work from a single subnet to 4 subnets. I need to
> have my Linux box assign DHCP leases on two of the subnets. The only
> good information I've found on this is sparse in TCPIP Administration
> book. It says that the DHCP server must be aware of all subnets behind
> router.
> Where do I make it aware?
> The sample DHCP.config file in the book shows how to setup two ranges on
> two subnets but nowhere does it show any subnets that will be statically
> assigned.

You can just create an empty declaration for those subnets you don't want
dhcpd to mess with:

subnet 10.89.252.0 netmask 255.255.255.0 {
}

for example.

- jkt
-- 
--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*
Jay Turner, QA Technical Lead      jkt redhat com             Red Hat, Inc. 

            If I had only known, I would have been a locksmith.
                                                   - Albert Einstein



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]