<HTML>
<HEAD>
<TITLE>Re: Reconfig of dhcp.conf</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>So, since no one answered, I am thinking it should be something like this:<BR>
authoritative;<BR>
option domain-name "domain.com";<BR>
option domain-name-servers ns.server.here;<BR>
option ntp-servers ntp.servers.here;<BR>
ddns-update-style interim;<BR>
default-lease-time 14400;<BR>
max-lease-time 172800;<BR>
       subnet 192.168.123.0 netmask 255.255.255.0 {<BR>
         option routers 192.168.123.1;<BR>
       range 192.168.123.20 192.168.123.250;<BR>
         }<BR>
       subnet 192.168.124.0 netmask 255.255.255.0 {<BR>
         option routers 192.168.124.2;<BR>
       range 192.168.124.20 192.168.124.253;<BR>
         }<BR>
<BR>
<BR>
On 11/23/09 6:05 PM, "Chris Arnold" <<a href="carnold@electrichendrix.com">carnold@electrichendrix.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>authoritative;<BR>
option domain-name "domain.com";<BR>
option domain-name-servers ns.server.here;<BR>
option ntp-servers ntp.servers.here;<BR>
ddns-update-style interim;<BR>
default-lease-time 14400;<BR>
max-lease-time 172800;<BR>
Class "123 DHCP Clients" {<BR>
         match hardware;<BR>
       }<BR>
       subclass "123 DHCP Clients" 1:00:23:DF:86:6D:44;<BR>
      # HP a6313w builtin NIC subclass "123 DHCP Clients" 1:00:1E:8C:36:08:FB;<BR>
       subclass "123 DHCP Clients" 1:00:06:29:89:D6:CA;<BR>
<BR>
Shared-network EH {<BR>
       subnet 192.168.123.0 netmask 255.255.255.0 {<BR>
         option routers 192.168.123.1;<BR>
         pool {<BR>
           allow members of "123 DHCP Clients";<BR>
       range 192.168.123.20 192.168.123.250;<BR>
         }<BR>
       }<BR>
       subnet 192.168.124.0 netmask 255.255.255.0 {<BR>
         option routers 192.168.124.2;<BR>
         pool {<BR>
           deny members of "123 DHCP Clients";<BR>
       range 192.168.124.20 192.168.124.253;<BR>
         }<BR>
       }<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>