<html><head><style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head><body><div data-externalstyle="false" dir="ltr" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;"><div> </div><div>at global, I have configure:</div><div> </div><div data-signatureblock="true"><div><font face="Times New Roman">
</font><p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style='color: rgb(31, 73, 125); font-family: "Calibri","sans-serif"; font-size: 11pt;'>class "windowRIS" {<o:p></o:p></span></p><font face="Times New Roman">
</font><p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style='color: rgb(31, 73, 125); font-family: "Calibri","sans-serif"; font-size: 11pt;'> </span><span style='color: rgb(31, 73, 125); font-family: "Calibri","sans-serif"; font-size: 11pt;'> match if substring( option
vendor-class-identifier, 0, 9 ) = "PXEClient";<o:p></o:p></span></p><font face="Times New Roman">
</font><p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style='color: rgb(31, 73, 125); font-family: "Calibri","sans-serif"; font-size: 11pt;'> option vendor-class-identifier
"PXEClient";<o:p></o:p></span></p><font face="Times New Roman">
</font><p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style='color: rgb(31, 73, 125); font-family: "Calibri","sans-serif"; font-size: 11pt;'> server-identifier 10.10.10.2;<o:p></o:p></span></p><font face="Times New Roman">
</font><p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style='color: rgb(31, 73, 125); font-family: "Calibri","sans-serif"; font-size: 11pt;'> }<o:p></o:p></span></p><font face="Times New Roman">
</font></div><div> </div><div>now on one subnet I want the server as 10.1.1.3</div><div>I have done:</div><div> subnet 10.1.1.0 netmask 255.255.254.0 {<br> option broadcast-address 10.1.2.255;<br> option routers 10.1.1.1;<br> pool {</div><div style="margin-right: 0px;" dir="ltr"> failover “failover” <br> server-identifier 10.1.1.3;<br> deny dynamic bootp clients;<br> range 10.1.1.20 10.1.2.254;<br> }<br></div><div style="margin-right: 0px;" dir="ltr">but, the client still insist to use 10.10.10.2, what I did wrong?</div><div style="margin-right: 0px;" dir="ltr"> </div><div style="margin-right: 0px;" dir="ltr">any comments will be appreciated</div><div style="margin-right: 0px;" dir="ltr"> </div><div style="margin-right: 0px;" dir="ltr">thanks in advance</div><div style="margin-right: 0px;" dir="ltr"> </div><div style="margin-right: 0px;" dir="ltr">julie</div><div> </div></div></div></body></html>