<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    You need two subnets, one for 192.168.88.0/25 and one for
    192.168.88.128/25.<br>
    <br>
    Lyle<br>
    <br>
    <div class="moz-cite-prefix">On 06/29/15 15:42, Leandro wrote:<br>
    </div>
    <blockquote cite="mid:5591AD9C.6090102@gmail.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      Hi guys , while trying to get my config working, got this
      unexpected result.<br>
      After setting following connection diagram:<br>
      <br>
      <img alt="rel" title="rel"
        src="cid:part1.05060503.09000605@lcrcomputer.net" height="234"
        width="520"><br>
      <br>
      Having following dhcpd.conf subnet config:<br>
      <br>
      shared-network Public {<br>
              subnet 192.168.88.0 netmask 255.255.255.0{<br>
                      #pool1<br>
                      pool{<br>
                      range 192.168.88.2 192.168.88.126;<br>
                      option broadcast-address 192.168.88.127;<br>
                      option subnet-mask 255.255.255.128;<br>
                      option routers 192.168.88.1;<br>
                      }<br>
                      #pool2<br>
                      pool{<br>
                      range 192.168.88.129 192.168.88.254;<br>
                      option broadcast-address 192.168.88.255;<br>
                      option subnet-mask 255.255.255.128;<br>
                      option routers 192.168.88.129;<br>
                      }<br>
      <br>
              }<br>
      <br>
      }<br>
      <br>
      <br>
      I got following lease asigment:<br>
      Jun 29 17:04:42 centos86_64 dhcpd: DHCPDISCOVER from
      08:00:27:95:d9:62 via 192.168.88.129<br>
      Jun 29 17:04:42 centos86_64 dhcpd: DHCPOFFER on 192.168.88.33 to
      08:00:27:95:d9:62 via 192.168.88.129<br>
      Jun 29 17:04:42 centos86_64 dhcpd: DHCPREQUEST for 192.168.88.33
      (20.1.1.254) from 08:00:27:95:d9:62 via 192.168.88.129<br>
      Jun 29 17:04:42 centos86_64 dhcpd: DHCPACK on 192.168.88.33 to
      08:00:27:95:d9:62 via 192.168.88.129<br>
      <br>
      What is wrong ?I expeted that request coming from 192.168.88.129
      would receive some lease from pool2 since 192.168.88.129 falls
      there.<br>
      Instead I, receibing a lease from pool1 including the router
      option ... The client connected behind relay2 will never go out.<br>
      Any Ideas ?<br>
      <br>
      Thanks in advance,<br>
      Leandro.<br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
dhcp-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>