Please, can I be removed from the mailing list<br>
 thks<br>
<br>
Luis Junior<br><br><div><span class="gmail_quote">2008/5/7, <a href="mailto:denis.alem@bell.ca">denis.alem@bell.ca</a> <<a href="mailto:denis.alem@bell.ca">denis.alem@bell.ca</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Please, can I be removed from the mailing list<br> thks<br> <br> Denis Alem<br> <br> -----Original Message-----<br> From: <a href="mailto:dhcp-users-bounce@isc.org">dhcp-users-bounce@isc.org</a> [mailto:<a href="mailto:dhcp-users-bounce@isc.org">dhcp-users-bounce@isc.org</a>] On Behalf Of Corley, Kenneth L (Kenny)<br>
 Sent: May 7, 2008 10:56 AM<br> To: <a href="mailto:dhcp-users@isc.org">dhcp-users@isc.org</a><br> Subject: RE: Address allocation not working correctly<br> <br> We are not currently using option 82.<br> <br> The giaddr is always <a href="http://10.6.0.1">10.6.0.1</a> in DHCP Discover for both STB traffic and<br>
 data/internet traffic so the DHCP server is allocating from 10.6.0.x<br> always.  I need it to allocate 10.5.0.x for STBs and 10.6.0.x for<br> data/internet (ie. PCs).<br> <br> Do you think using MAC OUI for STB address allocation would work...then<br>
 put the scopes for data/internet and voip below in the DHCPd config file<br> since it is processed from top to bottom?<br> <br> class "ADB"  {<br>     match if substring(hardware,1,3) = 00:03:91;     *** ADB is the STB<br>
 <br>  }<br>    pool  {<br>       range <a href="http://10.5.0.2">10.5.0.2</a> <a href="http://10.5.0.200">10.5.0.200</a>;<br>       allow members of "ADB";<br> <br> <br> # subnet <a href="http://10.6.0.0/24">10.6.0.0/24</a>  Test Data<br>
 subnet <a href="http://10.6.0.0">10.6.0.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a><br> {<br>        authoritative;<br>        option routers <a href="http://10.6.0.1">10.6.0.1</a>;<br>        option broadcast-address <a href="http://10.6.0.255">10.6.0.255</a>;<br>
        pool {<br>                        deny
members of "adb3800W-bootloader";<br>                        deny
members of "adb3800W-hlcode";<br>                        deny
members of "adb5810WX-bootloader";<br>                        deny
members of "adb5810WX-hlcode";<br>                        range
<a href="http://10.6.0.201">10.6.0.201</a> <a href="http://10.6.0.225">10.6.0.225</a>;<br>        }<br> }<br> #<br> # subnet <a href="http://10.7.0.0/24">10.7.0.0/24</a>  Test Phone<br> subnet <a href="http://10.7.0.0">10.7.0.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a><br>
 {<br>        authoritative;<br>        option routers <a href="http://10.7.0.1">10.7.0.1</a>;<br>        option broadcast-address <a href="http://10.7.0.255">10.7.0.255</a>;<br>        range dynamic-bootp <a href="http://10.7.0.201">10.7.0.201</a> <a href="http://10.7.0.225">10.7.0.225</a>;<br>
        option tftp-server-name "<a href="http://192.168.22.254">192.168.22.254</a>";<br> }<br> <br> So I basically removed the following from the config:<br> <br> # subnet <a href="http://10.5.0.0/24">10.5.0.0/24</a>  Test Video<br>
 subnet <a href="http://10.5.0.0">10.5.0.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a><br> {<br>        authoritative;<br>        option routers <a href="http://10.5.0.1">10.5.0.1</a>;<br>        option broadcast-address <a href="http://10.5.0.255">10.5.0.255</a>;<br>
        pool {<br>                range
dynamic-bootp <a href="http://10.5.0.201">10.5.0.201</a> <a href="http://10.5.0.225">10.5.0.225</a>;<br>                allow
members of "adb3800W-bootloader";<br>                allow
members of "adb3800W-hlcode";<br>                allow
members of "adb5810WX-bootloader";<br>                allow
members of "adb5810WX-hlcode";<br>        }<br> }<br> <br> Appreciate your thoughts.<br> <br> Kenny<br> <br> -----Original Message-----<br> From: <a href="mailto:dhcp-users-bounce@isc.org">dhcp-users-bounce@isc.org</a> [mailto:<a href="mailto:dhcp-users-bounce@isc.org">dhcp-users-bounce@isc.org</a>] On<br>
 Behalf Of Eric Helm<br> Sent: Tuesday, May 06, 2008 8:23 PM<br> To: <a href="mailto:dhcp-users@isc.org">dhcp-users@isc.org</a><br> Subject: Re: Address allocation not working correctly<br> <br> <br> <br> Corley, Kenneth L (Kenny) wrote:<br>
 > Eric,<br> ><br> > The Extreme has the following DHCP relay config:<br> ><br> > enable bootprelay<br> > configure bootprelay add <a href="http://10.100.0.2">10.100.0.2</a>  (<a href="http://10.100.0.2">10.100.0.2</a> is the DHCP server)<br>
 > configure ip-down-vlan-action forward<br> ><br> > I did notice when looking at the DHCP DISCOVER from Set Top Box going<br> > from the Extreme to the DHCP server that the bootp flag - relay agent<br> > IP address - is set to <a href="http://10.6.0.1">10.6.0.1</a>.  I assume this is why the DHCP server<br>
 <br> > is allocating from the 10.6.0.x subnet?  But I have deny statements<br> > for the Set Top box class in the data or 10.6.0.x scope.<br> ><br> > Would you happen to know how to configure the Extreme to send <a href="http://10.5.0.1">10.5.0.1</a><br>
 <br> > in relay agent field of DISCOVER for STBs and send <a href="http://10.6.0.1">10.6.0.1</a> in relay<br> > agent field of DISCOVER for anything other than STBs (ie.<br> PCs/laptops)?<br> ><br> <br> As far as I know, it cannot be done, but it shouldn't matter with the<br>
 dhcp shared-network because it will service both networks regardless if<br> the giaddr is <a href="http://10.6.0.1">10.6.0.1</a> or <a href="http://10.5.0.1">10.5.0.1</a>.<br> <br> You'll need to make sure your Option 82 classes are accurate and<br>
 matching in the dhcpd.conf and that the Extreme is not stripping that<br> information out of the DHCP packets. By the looks of the Extreme config,<br>  you'll need to add that line:<br> <br> configure bootprelay dhcp-agent information policy keep<br>
 <br> /Eric<br> <br> <br> <br> </blockquote></div><br>