<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello List,<br>
    <br>
    if I have something like in the dhcpd.conf file below and on my<br>
    interface I have:<br>
    <br>
    6: eth4: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast
    state DOWN qlen 1000<br>
        link/ether 00:90:0b:2b:d8:96 brd ff:ff:ff:ff:ff:ff<br>
        inet 10.129.10.1/24 scope global eth4<br>
        inet 10.129.11.1/24 scope global eth4<br>
    <br>
    <tt>#dhcpd.conf<br>
              authoritative;<br>
              ddns-update-style interim;<br>
              shared-network DHCP{<br>
                      subnet 10.129.11.0 netmask 255.255.255.0 { <br>
                      range 10.129.11.20 10.129.11.30;<br>
                      option domain-name-servers 8.8.8.8, 8.8.4.4;<br>
                      option routers 10.129.11.1;<br>
                      option subnet-mask 255.255.255.0;<br>
                      option broadcast-address 10.129.11.255;<br>
                      default-lease-time 86400;<br>
                      max-lease-time 86400;<br>
                      deny bootp;<br>
                      }<br>
                      subnet 10.129.10.0 netmask 255.255.255.0 {<br>
                      range 10.129.10.20 10.129.10.30;<br>
                      option domain-name-servers 8.8.8.8, 8.8.4.4;<br>
                      option routers 10.129.10.1;<br>
                      option subnet-mask 255.255.255.0;<br>
                      option broadcast-address 10.129.10.255;<br>
                      default-lease-time 86400;<br>
                      max-lease-time 86400;<br>
                      deny bootp;<br>
              }<br>
      }</tt><br>
    <br>
    How will dhcpd give out ips? Will it alternate? Give all of one
    subnet then start the other<br>
    subnet?<br>
    <br>
    Thanks in advance,<br>
    <br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      Stephen Clark<br>
      <b>NetWolves</b><br>
      Director of Technology<br>
      Phone: 813-579-3200<br>
      Fax: 813-882-0209<br>
      Email: <a class="moz-txt-link-abbreviated" href="mailto:steve.clark@netwolves.com">steve.clark@netwolves.com</a><br>
      <a class="moz-txt-link-freetext" href="http://www.netwolves.com">http://www.netwolves.com</a><br>
    </div>
  </body>
</html>