I have cobbler managing dhcpd and the pxe booting worked fine on each of
my configured VLANS.
I recently changed the IP range of two of my VLANs and then modified the
dhcp.template followed by a cobbler sync.

Now when I boot a server that is in one of those two modified VLANs I
get "unknown network segment". 

Is there some other modification I need to make to cobbler and/or
dhcpd?  None of the unmodified VLANs are
having this issue.

Here is the config from the dhcp.template:

#vlan40
subnet 10.200.6.0 netmask 255.255.255.0 {
     option routers             10.200.6.1;
     option domain-name-servers 10.200.4.3, 10.200.4.4;
     option subnet-mask         255.255.255.0;
     range dynamic-bootp        10.200.6.242 10.200.6.251;
     filename                   "/pxelinux.0";
     default-lease-time         1200;
     max-lease-time             1800;
     next-server                $next_server;
}

#vlan42
subnet 10.200.7.0 netmask 255.255.255.0 {
     option routers             10.200.7.1;
     option domain-name-servers 10.200.4.3, 10.200.4.4;
     option subnet-mask         255.255.255.0;
     range dynamic-bootp        10.200.7.242 10.200.7.251;
     filename                   "/pxelinux.0";
     default-lease-time         1200;
     max-lease-time             1800;
     next-server                $next_server;
}

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

Reply via email to