<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Address allocation not working correctly</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hello All,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I'm fairly new to the mailing list.  I was wandering if someone could help determine if the following config will allow a unique subnet range to be allocated per service (ie. video (STB), data/internet, and VoIP).  Currently, it is not working.  The STBs (ADB3800/5810) are getting assigned an IP address from the internet/data subnet (10.6.0.x) instead of the video subnet.  We are running ISC v3.0.5.  I'm fairly certain the class definitions for the STBs are correct since they getting an address in the data subnet.</FONT></P>

<P><FONT SIZE=2 FACE="Arial"># subnet 10.5.0.0/24  Test Video</FONT>

<BR><FONT SIZE=2 FACE="Arial">subnet 10.5.0.0 netmask 255.255.255.0</FONT>

<BR><FONT SIZE=2 FACE="Arial">{</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">authoritative;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">option routers 10.5.0.1;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">option broadcast-address 10.5.0.255;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">pool {</FONT>

<BR>                <FONT SIZE=2 FACE="Arial">range dynamic-bootp 10.5.0.201 10.5.0.225;</FONT>

<BR>                <FONT SIZE=2 FACE="Arial">allow members of "adb3800W-bootloader";</FONT>

<BR>                <FONT SIZE=2 FACE="Arial">allow members of "adb3800W-hlcode";</FONT>

<BR>                <FONT SIZE=2 FACE="Arial">allow members of "adb5810WX-bootloader";</FONT>

<BR>                <FONT SIZE=2 FACE="Arial">allow members of "adb5810WX-hlcode";</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">}</FONT>

<BR><FONT SIZE=2 FACE="Arial">}</FONT>

<BR><FONT SIZE=2 FACE="Arial">#</FONT>

<BR><FONT SIZE=2 FACE="Arial"># subnet 10.6.0.0/24  Test Data</FONT>

<BR><FONT SIZE=2 FACE="Arial">subnet 10.6.0.0 netmask 255.255.255.0</FONT>

<BR><FONT SIZE=2 FACE="Arial">{</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">authoritative;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">option routers 10.6.0.1;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">option broadcast-address 10.6.0.255;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">pool {</FONT>

<BR>                        <FONT SIZE=2 FACE="Arial">deny members of "adb3800W-bootloader";</FONT>

<BR>                        <FONT SIZE=2 FACE="Arial">deny members of "adb3800W-hlcode";</FONT>

<BR>                        <FONT SIZE=2 FACE="Arial">deny members of "adb5810WX-bootloader";</FONT>

<BR>                        <FONT SIZE=2 FACE="Arial">deny members of "adb5810WX-hlcode";</FONT>

<BR>                        <FONT SIZE=2 FACE="Arial">range 10.6.0.201 10.6.0.225;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">}</FONT>

<BR><FONT SIZE=2 FACE="Arial">}</FONT>

<BR><FONT SIZE=2 FACE="Arial">#</FONT>

<BR><FONT SIZE=2 FACE="Arial"># subnet 10.7.0.0/24  Test Voice</FONT>

<BR><FONT SIZE=2 FACE="Arial">subnet 10.7.0.0 netmask 255.255.255.0</FONT>

<BR><FONT SIZE=2 FACE="Arial">{</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">authoritative;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">option routers 10.7.0.1;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">option broadcast-address 10.7.0.255;</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">range dynamic-bootp 10.7.0.201 10.7.0.225;</FONT>

<BR><FONT SIZE=2 FACE="Arial">        option tftp-server-name "192.168.22.254";</FONT>

<BR><FONT SIZE=2 FACE="Arial">}</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Appreciate any thoughts you may have.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks.</FONT>

<BR><FONT SIZE=2 FACE="Arial">Kenny</FONT>
</P>

</BODY>
</HTML>