<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
No, the /16 means the # of digits to the left of the difference in the
two end network addresses. A tool I've found helpful is a subnet
calculator - the one I use is here: <a class="moz-txt-link-freetext" href="http://logi.cc/nw/NetCalc.php3">http://logi.cc/nw/NetCalc.php3</a>  --
You can type in a range such as "192.168.0.1-192.168.0.255" and it will
give the appropriate netmask.<br>
<br>
/16 corresponds to 255.255.0.0 and will include 192.168.*.*<br>
/24 corresponds to 255.255.255.0 and will include 192.168.1.*   (or
192.168.0.* in this example)<br>
<br>
David Hopkins wrote:
<blockquote
 cite="midbad371bd0701240502w6c7fa671r2fa0ac81998653ab@mail.gmail.com"
 type="cite">Shouldn't the subnets be <a href="http://192.168.1.0/16">192.168.1.0/16</a>
and <a href="http://192.168.0.0/16">192.168.0.0/16</a>?  isn't the
mask on just the last 16 bits?<br>
  <br>
Dave ...<br>
  <br>
  <div><span class="gmail_quote">On 1/24/07, <b
 class="gmail_sendername">Michael Blinn</b> <<a
 href="mailto:mblinn@peopleplaces.org">mblinn@peopleplaces.org</a>>
wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">David Hopkins wrote:<br>
    <blockquote
 cite="http://midbad371bd0701231449o39fddfo737113e8149cf2a3@mail.gmail.com"
 type="cite">
      <div><span class="q"><span class="gmail_quote">On 1/23/07, <b
 class="gmail_sendername">Michael Blinn</b> <<a
 href="mailto:mblinn@peopleplaces.org" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">
mblinn@peopleplaces.org</a>>
wrote:</span> </span>
      <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><span
 class="q">
        <div>Jan 23 15:02:09 mail dhcpd: DHCPDISCOVER from
00:10:5a:19:b3:fa via eth1<br>
Jan 23 15:02:09 mail dhcpd: DHCPOFFER on <a
 href="http://192.168.1.251/" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">
192.168.1.251</a> to 00:10:5a:19:b3:fa via eth1<br>
Jan 23 15:02:10 mail dhcpd: DHCPREQUEST for <a
 href="http://192.168.1.251/" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">192.168.1.251</a>
(<a href="http://192.168.1.254/" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">
192.168.1.254</a>) from 00:10:5a:19:b3:fa via eth1<br>
Jan 23 15:02:10 mail dhcpd: DHCPACK on <a href="http://192.168.1.251/"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.1.251</a>
to
00:10:5a:19:b3:fa via eth1 <br>
Jan 23 15:02:15 mail dhcpd: DHCPDISCOVER from 00:10:5a:19:b3:fa via eth1<br>
Jan 23 15:02:16 mail dhcpd: DHCPOFFER on <a
 href="http://192.168.0.253/" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">
192.168.0.253</a> to 00:10:5a:19:b3:fa via eth1<br>
Jan 23 15:02:16 mail dhcpd: DHCPREQUEST for <a
 href="http://192.168.0.253/" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">192.168.0.253</a>
(<a href="http://192.168.1.254/" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">
192.168.1.254</a>) from 00:10:5a:19:b3:fa via eth1<br>
Jan 23 15:02:16 mail dhcpd: DHCPACK on <a href="http://192.168.0.253/"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.0.253</a>
to
00:10:5a:19:b3:fa via eth1 <br>
 </div>
        </span> </blockquote>
      <span class="q">
      <div>A quick guess:  From the above it seems you have only 1 NIC
for
the subnet?  Why is eth1 responding on both subnets?  Terrel's setup
was using 2 NICs: one for each subnet.</div>
      </span> </div>
    </blockquote>
    <br>
No, that's what is odd. There are two NICs for the two subnets. One is
    <a href="http://192.168.0.0/24" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">192.168.0.0/24</a>
and one is <a href="http://192.168.1.0/24" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">
192.168.1.0/24</a>. DHCPD appears to be handing
out addresses without accounting for the two nics/subnets. I can only
assume it's due to a problem in my dhcpd.conf but I can't find the
problem.<br>
 Michael<br>
    </div>
    <br>
_______________________________________________<br>
K12OSN mailing list<br>
    <a onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br>
    <a onclick="return top.js.OpenExtLink(window,event,this)"
 href="https://www.redhat.com/mailman/listinfo/k12osn" target="_blank">https://www.redhat.com/mailman/listinfo/k12osn</a><br>
For more info see <<a
 onclick="return top.js.OpenExtLink(window,event,this)"
 href="http://www.k12os.org" target="_blank">http://www.k12os.org</a>><br>
    <br>
  </blockquote>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
K12OSN mailing list
<a class="moz-txt-link-abbreviated" href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a>
For more info see <a class="moz-txt-link-rfc2396E" href="http://www.k12os.org"><http://www.k12os.org></a></pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<p>If this is my day of harvest, in what fields have I sowed the seed,
and in what unremembered seasons?<br>
- Kahlil Gibran</p>
<br>
<p>CONFIDENTIALITY NOTICE: This message, and any attachments that may
accompany it, contain information that is intended for the use of the
individual or entity to which it is addressed and may contain
information that is privileged, confidential, or otherwise exempt from
disclosure under applicable law. If the recipient of this message is
not the intended recipient, any disclosure, copying, or other use of
this communication or any of the information, which it contains is
unauthorized and prohibited. If you have received this message in
error, please notify the original sender by return mail and delete this
message, along with any attachments, from your computer. Thank you.</p>
</div>
</body>
</html>