<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 I tried this:<br>
pool {                                                           option time-offset -12345;                                       option netbios-name-servers 10.232.1.45;                         option time-servers 1.2.3.4,10.232.167.89;                       option host-name "<<a href="http://something.com" target="_blank">http://something.com</a>><a href="http://something.com" target="_blank">something.com</a>";                                range 192.168.1.64 192.168.1.110;        range 192.168.1.112 192.168.1.124;       range 192.168.1.126 192.168.1.253;       allow members of "rule1";                }<div class="im">

<br>
<br>
dhcpd assigns 192.168.1.126, looks like the two above range statements are overidden. So to me it looks like the trick is not working.<br>
</div></blockquote>
<br>
More likely your class matching isn't working as you'd expected. I can't comment since we haven't seen your config. Most likely the client is matching class "rule1".<br></blockquote><div> </div>

<div>It does match, i have tried this without multiple range statements. The match is for this rule, but when I use multiple range statements, it uses the third range statement from 3. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


<br>
PS - you could help yourself by making your config easier to read with appropriate indentation, eg :<br>
<br></blockquote><div>it could be copy past problem. I do have proper indentation. <br></div><div><br>thanks<br>Ashmath <br></div></div>