How can I overwrite global RIS server indecater

Julie Xu xll40 at hotmail.com
Tue Nov 19 07:46:31 UTC 2013



at global, I have configure:




class "windowRIS" {

     match if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient";

    option vendor-class-identifier "PXEClient";

    server-identifier 10.10.10.2;

  }


now on one subnet I want the server as 10.1.1.3

I have done:

   subnet 10.1.1.0 netmask 255.255.254.0 {
        option broadcast-address 10.1.2.255;
        option routers 10.1.1.1;
        pool {

            failover “failover”  
    server-identifier 10.1.1.3;
            deny dynamic bootp clients;
            range 10.1.1.20 10.1.2.254;
        }


but, the client still insist to use 10.10.10.2, what I did wrong?


any comments will be appreciated


thanks in advance


julie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20131119/3b3ded60/attachment.html>


More information about the dhcp-users mailing list