Multiple scopes and subnets in DHCP Server

Glenn Satchell Glenn.Satchell at uniq.com.au
Sat Dec 15 12:08:52 UTC 2007


>X-VirusChecked: Checked
>X-Env-Sender: Q4997C at motorola.com
>X-Msg-Ref: server-9.tower-119.messagelabs.com!1197711450!25353630!1
>X-StarScan-Version: 5.5.12.14.2; banners=-,-,-
>Content-class: urn:content-classes:message
>Subject: Multiple scopes and subnets in DHCP Server
>Date: Sat, 15 Dec 2007 17:37:28 +0800
>X-MS-Has-Attach: 
>X-MS-TNEF-Correlator: 
>Thread-Topic: Multiple scopes and subnets in DHCP Server
>From: "Aggarwal Vivek-Q4997C" <Q4997C at motorola.com>
>To: <dhcp-users at isc.org>
>X-CFilter-Loop: Reflected
>X-archive-position: 5186
>X-ecartis-version: Ecartis v1.0.0
>X-original-sender: Q4997C at motorola.com
>List-software: Ecartis version 1.0.0
>X-List-ID: <dhcp-users.isc.org>
>X-list: dhcp-users
>X-MIME-Autoconverted: from quoted-printable to 8bit by mail.uniq.com.au id 
lBF9bx4b011219
>
>
>Hi 
>
>Iam using DHCP-3.0.1. Iam unable to configure multiple subnets and
>scopes in DHCP Server
>
>Can you please guide me how can I do that
>
>Regards
>Vivek Aggarwal
>
>
Could you please post your dhcpd.conf, along with the errors
you're getting?

In the meantime, perhaps looking at the example in the
dhcpd.conf man page might get you started?

man dhcpd.conf
...
EXAMPLES
     A typical dhcpd.conf file will look something like this:

     global parameters...

     subnet 204.254.239.0 netmask 255.255.255.224 {
       subnet-specific parameters...
       range 204.254.239.10 204.254.239.30;
     }

     subnet 204.254.239.32 netmask 255.255.255.224 {
       subnet-specific parameters...
       range 204.254.239.42 204.254.239.62;
     }

     subnet 204.254.239.64 netmask 255.255.255.224 {
       subnet-specific parameters...
       range 204.254.239.74 204.254.239.94;
     }

     group {
       group-specific parameters...
       host zappo.test.isc.org {
         host-specific parameters...
       }
       host beppo.test.isc.org {
         host-specific parameters...
       }
       host harpo.test.isc.org {
         host-specific parameters...
       }
     }

                               Figure 1

regards,
-glenn


More information about the dhcp-users mailing list