# Dynamically generated by: genconfig (Do not edit!) omapi-port 7911; ddns-update-style none; option space PXE; option PXE.mtftp-ip code 1 = ip-address; # option-140 is the IP address of your SystemImager image server option option-140 code 140 = text; option option-140 "$installerip"; #for $network in $networks subnet $network.subnet netmask $network.netmask { default-lease-time $leasetime; max-lease-time $leasetime; #if $network.gateway option routers $network.gateway; #end if option subnet-mask $network.netmask; #if $network.ranges #for $range in $network.ranges range $range[0] $range[1]; #end for #end if #if $dnsdomain option domain-name "$dnsdomain"; #end if if substring (option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000" { filename "pxelinux.0"; option vendor-class-identifier "PXEClient"; option PXE.mtftp-ip 0.0.0.0; vendor-option-space PXE; next-server $network.pxehost; } if substring (option vendor-class-identifier, 0, 9) = "Etherboot" { filename "pxelinux.0"; option vendor-class-identifier "Etherboot"; option PXE.mtftp-ip 0.0.0.0; vendor-option-space PXE; next-server $network.pxehost; } #for $host in $network.hosts host $host.name { #if $host.mac hardware ethernet $host.mac; #end if option host-name "$host.hostname"; fixed-address $host.ip; } #end for } #end for