<p dir="ltr"></p>
<p dir="ltr">  Yeah, don&#39;t have hardware like that.  I inherited this network and did not get any sty in the architecture.  If I get up to Chicago I&#39;ll be dropping into someone&#39;s cube with a bat.  They Mae no plans for dns our dhcp.  I&#39;m working on scrounged hardware.</p>
<p dir="ltr">  Right now I&#39;m using the hp 5920 switch they put in to provide dhcp with vlan pools but I see that becoming unmaintainable pretty quickly due to static assignments.</p>
<p dir="ltr">Robert</p>
<br><div class="gmail_quote">On Thu, Jan 22, 2015, 19:58 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">On Fri, 2015-01-23 at 02:41 +0000, Robert L. Harris wrote:<br>
&gt; I have multiple projects/products, etc at work we are breaking into<br>
&gt; separate broadcast domains ( currently 11, likely to be closer to 20<br>
&gt; ).  I don&#39;t want a different dhcp server per subnet/vlan.  I can put a<br>
&gt; trunk port to the dhcp server so if I can have dhcpd answering on each<br>
&gt; vlan so I have centrally managed dhcp, that&#39;s ideal.  So maybe I&#39;m<br>
&gt; stuck doing the eth0.21, etc with an IP on each subnet and one dhcp<br>
&gt; server.<br>
<br>
I think you can do it with a single, very high port count machine.<br>
virtual nics won&#39;t do it. So a big box with x5 4 port nics with a line<br>
to each head switch or a vlan&#39;ed port will work. Each subnet get&#39;s it&#39;s<br>
own stanza in the config file.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu Jan 22 2015 at 7:30:43 PM Jim Kinney &lt;<a href="mailto:jkinney@jimkinney.us" target="_blank">jkinney@jimkinney.us</a>&gt;<br>
&gt; wrote:<br>
&gt;         +1. All it takes is a physical connection to the subnet.<br>
&gt;<br>
&gt;         Not sure why separate vlans get assigned to separate subnets.<br>
&gt;         It doesn&#39;t provide a benefit. Vlans are for having overlapping<br>
&gt;         IP space in the same physical LAN. Which is only useful when a<br>
&gt;         LAN fills up a 10. Class A. Maybe its easier at the<br>
&gt;         switch/router management level with more than 100 subnets.<br>
&gt;         Mostly, I see it used as a job guarantee for a network admin.<br>
&gt;<br>
&gt;<br>
&gt;         On January 22, 2015 9:15:39 PM EST, Michael Trausch<br>
&gt;         &lt;<a href="mailto:mike@trausch.us" target="_blank">mike@trausch.us</a>&gt; wrote:<br>
&gt;                 ISC dhcpd will hand an address out based on the<br>
&gt;                 interface it came in on. If if eth0 has <a href="http://203.0.113.1/25" target="_blank">203.0.113.1/25</a><br>
&gt;                 and eth1 has <a href="http://203.0.113.129/25" target="_blank">203.0.113.129/25</a>, and the DHCP server is<br>
&gt;                 authoritative for those two subnetworks, then when it<br>
&gt;                 receives a request on eth0 for an address it will<br>
&gt;                 issue an address in <a href="http://203.0.113.0/25" target="_blank">203.0.113.0/25</a>; when it receives a<br>
&gt;                 request on eth1 it will issue an address in<br>
&gt;                 <a href="http://203.0.113.128/25" target="_blank">203.0.113.128/25</a>.<br>
&gt;<br>
&gt;                 Sent from my iPad<br>
&gt;<br>
&gt;                 On Jan 22, 2015, at 7:37 PM, &quot;Robert L. Harris&quot;<br>
&gt;                 &lt;<a href="mailto:robert.l.harris@gmail.com" target="_blank">robert.l.harris@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;                 &gt; Ok, so if I have 2 subnets:<br>
&gt;                 &gt;<br>
&gt;                 &gt; 172.20.1/24 on vlan 21<br>
&gt;                 &gt; 172.20.2/24 on vlan 22<br>
&gt;                 &gt;<br>
&gt;                 &gt;<br>
&gt;                 &gt; If a host plugs into a port assigned to vlan 22, how<br>
&gt;                 &gt; do I make sure dhcpd gives out the right address?<br>
&gt;                 &gt; That&#39;s the part of the designation I&#39;m missing.<br>
&gt;                 &gt;<br>
&gt;                 &gt;<br>
&gt;                 &gt; Robert<br>
&gt;                 &gt;<br>
&gt;                 &gt;<br>
&gt;                 &gt;<br>
&gt;                 &gt;<br>
&gt;                 &gt; On Thu Ja n 22 2015 at 5:17:25 PM James Sumners<br>
&gt;                 &gt; &lt;<a href="mailto:james.sumners@gmail.com" target="_blank">james.sumners@gmail.com</a>&gt; wrote:<br>
&gt;                 &gt;         You just have to define the subnets in the<br>
&gt;                 &gt;         config and put each subnet&#39;s pool within its<br>
&gt;                 &gt;         respective block. No need for aliased IPs.<br>
&gt;                 &gt;<br>
&gt;                 &gt;         On Thursday, January 22, 2015, Robert L.<br>
&gt;                 &gt;         Harris &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;                 Anyone have a dhcpd serving multiple<br>
&gt;                 &gt;                 subnets to multiple vlans from a<br>
&gt;                 &gt;                 single server on a trunk they can<br>
&gt;                 &gt;                 share configs?  I don&#39;t want to<br>
&gt;                 &gt;                 spawn a bunch of servers and if I<br>
&gt;                 &gt;                 can do it with a single interface<br>
&gt;                 &gt;                 that would be ideal.  If I have to<br>
&gt;                 &gt;                 go with eth0.0, eth0.1, etc that&#39;s a<br>
&gt;                 &gt;                 good second choice.<br>
&gt;                 &gt;<br>
&gt;                 &gt;<br>
&gt;                 &gt;                 Robert<br>
&gt;                 &gt;<br>
&gt;                 &gt;<br>
&gt;                 &gt;<br>
&gt;                 &gt;<br>
&gt;                 &gt;         --<br>
&gt;                 &gt;         James Sumners<br>
&gt;                 &gt;         <a href="http://james.sumners.info/" target="_blank">http://james.sumners.info/</a> (technical<br>
&gt;                 &gt;         profile)<br>
&gt;                 &gt;         <a href="http://jrfom.com/" target="_blank">http://jrfom.com/</a> (personal site)<br>
&gt;                 &gt;         <a href="http://haplo.bandcamp.com/" target="_blank">http://haplo.bandcamp.com/</a> (band page)<br>
&gt;                 &gt;<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;                 &gt;<br>
&gt;<br>
&gt;<br>
&gt;                 ______________________________<u></u>________________________<br>
&gt;<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;<br>
&gt;<br>
&gt;         --<br>
&gt;         Jim Kinney<br>
&gt;         Linux Systems Analyst<br>
&gt;         Physicist/Brewer<br>
&gt;         <a href="http://jimkinney.us" target="_blank">http://jimkinney.us</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>
&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>