I am seeing the following.....

in my dhcp template i have

subnet 10.70.201.0 netmask 255.255.255.0 {
     next-server             10.70.201.217;
     filename                "pxelinux.0";
     default-lease-time         21600;
     max-lease-time             43200;
}

so hosts in 10.70.201.x should have those network details however boxes 
in that network have a dhcp configuration generated that look like the 
below.

host generic3 {
        hardware ethernet 00:1f:29:e3:be:00;
            fixed-address 10.70.201.202;
            filename "/pxelinux.0";
            next-server 10.70.205.7;
    }

the 'next-server' is wrong - any clue?

thanks

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to