<p dir="ltr"><br>
I&#39;ll be doing mostly static dhcp but I&#39;ll also be putting ACLs in place soon.  Some of these engineers are amazing at hardware but think they are God&#39;s gift to Linux and networking because they can install centos...</p>
<br><div class="gmail_quote">On Thu, Jan 22, 2015, 20:22 Jim Kinney &lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ouch.<br>
<br>
Flatten the damn network and make it a huge subnet and make your life<br>
easier.<br>
<br>
Or better, all real DHCP is on a single /24 (or /20 or larger) and use<br>
static dhcp for most everything else.<br>
<br>
<a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16833114084" target="_blank">http://www.newegg.com/Product/<u></u>Product.aspx?Item=<u></u>N82E16833114084</a><br>
$180 for 4 ports.<br>
<br>
All it takes is a bit of failure to loosen the purse strings.<br>
<br>
On Fri, 2015-01-23 at 03:04 +0000, Robert L. Harris wrote:<br>
&gt;   Yeah, don&#39;t have hardware like that.  I inherited this network and<br>
&gt; did not get any sty in the architecture.  If I get up to Chicago I&#39;ll<br>
&gt; be dropping into someone&#39;s cube with a bat.  They Mae no plans for dns<br>
&gt; our dhcp.  I&#39;m working on scrounged hardware.<br>
&gt;<br>
&gt;   Right now I&#39;m using the hp 5920 switch they put in to provide dhcp<br>
&gt; with vlan pools but I see that becoming unmaintainable pretty quickly<br>
&gt; due to static assignments.<br>
&gt;<br>
&gt; Robert<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Jan 22, 2015, 19:58 Jim Kinney &lt;<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>&gt; wrote:<br>
&gt;         On Fri, 2015-01-23 at 02:41 +0000, Robert L. Harris wrote:<br>
&gt;         &gt; I have multiple projects/products, etc at work we are<br>
&gt;         breaking into<br>
&gt;         &gt; separate broadcast domains ( currently 11, likely to be<br>
&gt;         closer to 20<br>
&gt;         &gt; ).  I don&#39;t want a different dhcp server per subnet/vlan.  I<br>
&gt;         can put a<br>
&gt;         &gt; trunk port to the dhcp server so if I can have dhcpd<br>
&gt;         answering on each<br>
&gt;         &gt; vlan so I have centrally managed dhcp, that&#39;s ideal.  So<br>
&gt;         maybe I&#39;m<br>
&gt;         &gt; stuck doing the eth0.21, etc with an IP on each subnet and<br>
&gt;         one dhcp<br>
&gt;         &gt; server.<br>
&gt;<br>
&gt;         I think you can do it with a single, very high port count<br>
&gt;         machine.<br>
&gt;         virtual nics won&#39;t do it. So a big box with x5 4 port nics<br>
&gt;         with a line<br>
&gt;         to each head switch or a vlan&#39;ed port will work. Each subnet<br>
&gt;         get&#39;s it&#39;s<br>
&gt;         own stanza in the config file.<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt; On Thu Jan 22 2015 at 7:30:43 PM Jim Kinney<br>
&gt;         &lt;<a href="mailto:jkinney@jimkinney.us" target="_blank">jkinney@jimkinney.us</a>&gt;<br>
&gt;         &gt; wrote:<br>
&gt;         &gt;         +1. All it takes is a physical connection to the<br>
&gt;         subnet.<br>
&gt;         &gt;<br>
&gt;         &gt;         Not sure why separate vlans get assigned to separate<br>
&gt;         subnets.<br>
&gt;         &gt;         It doesn&#39;t provide a benefit. Vlans are for having<br>
&gt;         overlapping<br>
&gt;         &gt;         IP space in the same physical LAN. Which is only<br>
&gt;         useful when a<br>
&gt;         &gt;         LAN fills up a 10. Class A. Maybe its easier at the<br>
&gt;         &gt;         switch/router management level with more than 100<br>
&gt;         subnets.<br>
&gt;         &gt;         Mostly, I see it used as a job guarantee for a<br>
&gt;         network admin.<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;         On January 22, 2015 9:15:39 PM EST, Michael Trausch<br>
&gt;         &gt;         &lt;<a href="mailto:mike@trausch.us" target="_blank">mike@trausch.us</a>&gt; wrote:<br>
&gt;         &gt;                 ISC dhcpd will hand an address out based on<br>
&gt;         the<br>
&gt;         &gt;                 interface it came in on. If if eth0 has<br>
&gt;         <a href="http://203.0.113.1/25" target="_blank">203.0.113.1/25</a><br>
&gt;         &gt;                 and eth1 has <a href="http://203.0.113.129/25" target="_blank">203.0.113.129/25</a>, and the DHCP<br>
&gt;         server is<br>
&gt;         &gt;                 authoritative for those two subnetworks,<br>
&gt;         then when it<br>
&gt;         &gt;                 receives a request on eth0 for an address it<br>
&gt;         will<br>
&gt;         &gt;                 issue an address in <a href="http://203.0.113.0/25" target="_blank">203.0.113.0/25</a>; when it<br>
&gt;         receives a<br>
&gt;         &gt;                 request on eth1 it will issue an address in<br>
&gt;         &gt;                 <a href="http://203.0.113.128/25" target="_blank">203.0.113.128/25</a>.<br>
&gt;         &gt;<br>
&gt;         &gt;                 Sent from my iPad<br>
&gt;         &gt;<br>
&gt;         &gt;                 On Jan 22, 2015, at 7:37 PM, &quot;Robert L.<br>
&gt;         Harris&quot;<br>
&gt;         &gt;                 &lt;<a href="mailto:robert.l.harris@gmail.com" target="_blank">robert.l.harris@gmail.com</a>&gt; wrote:<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;                 &gt; Ok, so if I have 2 subnets:<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt; 172.20.1/24 on vlan 21<br>
&gt;         &gt;                 &gt; 172.20.2/24 on vlan 22<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt; If a host plugs into a port assigned to<br>
&gt;         vlan 22, how<br>
&gt;         &gt;                 &gt; do I make sure dhcpd gives out the right<br>
&gt;         address?<br>
&gt;         &gt;                 &gt; That&#39;s the part of the designation I&#39;m<br>
&gt;         missing.<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt; Robert<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt; On Thu Ja n 22 2015 at 5:17:25 PM James<br>
&gt;         Sumners<br>
&gt;         &gt;                 &gt; &lt;<a href="mailto:james.sumners@gmail.com" target="_blank">james.sumners@gmail.com</a>&gt; wrote:<br>
&gt;         &gt;                 &gt;         You just have to define the<br>
&gt;         subnets in the<br>
&gt;         &gt;                 &gt;         config and put each subnet&#39;s pool<br>
&gt;         within its<br>
&gt;         &gt;                 &gt;         respective block. No need for<br>
&gt;         aliased IPs.<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;         On Thursday, January 22, 2015,<br>
&gt;         Robert L.<br>
&gt;         &gt;                 &gt;         Harris &lt;<a href="mailto:robert.l.harris@gmail.com" target="_blank">robert.l.harris@gmail.com</a>&gt;<br>
&gt;         wrote:<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;                 Anyone have a dhcpd<br>
&gt;         serving multiple<br>
&gt;         &gt;                 &gt;                 subnets to multiple vlans<br>
&gt;         from a<br>
&gt;         &gt;                 &gt;                 single server on a trunk<br>
&gt;         they can<br>
&gt;         &gt;                 &gt;                 share configs?  I don&#39;t<br>
&gt;         want to<br>
&gt;         &gt;                 &gt;                 spawn a bunch of servers<br>
&gt;         and if I<br>
&gt;         &gt;                 &gt;                 can do it with a single<br>
&gt;         interface<br>
&gt;         &gt;                 &gt;                 that would be ideal.  If I<br>
&gt;         have to<br>
&gt;         &gt;                 &gt;                 go with eth0.0, eth0.1,<br>
&gt;         etc that&#39;s a<br>
&gt;         &gt;                 &gt;                 good second choice.<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;                 Robert<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;         --<br>
&gt;         &gt;                 &gt;         James Sumners<br>
&gt;         &gt;                 &gt;         <a href="http://james.sumners.info/" target="_blank">http://james.sumners.info/</a><br>
&gt;         (technical<br>
&gt;         &gt;                 &gt;         profile)<br>
&gt;         &gt;                 &gt;         <a href="http://jrfom.com/" target="_blank">http://jrfom.com/</a> (personal site)<br>
&gt;         &gt;                 &gt;         <a href="http://haplo.bandcamp.com/" target="_blank">http://haplo.bandcamp.com/</a> (band<br>
&gt;         page)<br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;                 &gt;<br>
&gt;          ______________________________<u></u>_________________<br>
&gt;         &gt;                 &gt;         Ale mailing list<br>
&gt;         &gt;                 &gt;         <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;         &gt;                 &gt;<br>
&gt;          <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
&gt;         &gt;                 &gt;         See JOBS, ANNOUNCE and SCHOOLS<br>
&gt;         lists at<br>
&gt;         &gt;                 &gt;<br>
&gt;          <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
&gt;         &gt;                 &gt;<br>
&gt;         ______________________________<u></u>_________________<br>
&gt;         &gt;                 &gt; Ale mailing list<br>
&gt;         &gt;                 &gt; <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;         &gt;                 &gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
&gt;         &gt;                 &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;         &gt;                 &gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
&gt;         &gt;                 &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;          ______________________________<u></u>________________________<br>
&gt;         &gt;<br>
&gt;         &gt;                 Ale mailing list<br>
&gt;         &gt;                 <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;         &gt;                 <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
&gt;         &gt;                 See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;         &gt;                 <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
&gt;         &gt;<br>
&gt;         &gt;<br>
&gt;         &gt;         --<br>
&gt;         &gt;         Jim Kinney<br>
&gt;         &gt;         Linux Systems Analyst<br>
&gt;         &gt;         Physicist/Brewer<br>
&gt;         &gt;         <a href="http://jimkinney.us" target="_blank">http://jimkinney.us</a><br>
&gt;         &gt;         ______________________________<u></u>_________________<br>
&gt;         &gt;         Ale mailing list<br>
&gt;         &gt;         <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;         &gt;         <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
&gt;         &gt;         See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;         &gt;         <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
&gt;         &gt; ______________________________<u></u>_________________<br>
&gt;         &gt; Ale mailing list<br>
&gt;         &gt; <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;         &gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
&gt;         &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;         &gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
&gt;<br>
&gt;         --<br>
&gt;         James P. Kinney III<br>
&gt;<br>
&gt;         Every time you stop a school, you will have to build a jail.<br>
&gt;         What you<br>
&gt;         gain at one end you lose at the other. It&#39;s like feeding a dog<br>
&gt;         on his<br>
&gt;         own tail. It won&#39;t fatten the dog.<br>
&gt;         - Speech 11/23/1900 Mark Twain<br>
&gt;<br>
&gt;         <a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a><br>
&gt;<br>
&gt;         ______________________________<u></u>_________________<br>
&gt;         Ale mailing list<br>
&gt;         <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;         <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
&gt;         See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;         <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
&gt; ______________________________<u></u>_________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
<br>
--<br>
James P. Kinney III<br>
<br>
Every time you stop a school, you will have to build a jail. What you<br>
gain at one end you lose at the other. It&#39;s like feeding a dog on his<br>
own tail. It won&#39;t fatten the dog.<br>
- Speech 11/23/1900 Mark Twain<br>
<br>
<a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a><br>
<br>
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
</blockquote></div>