konto usunięte
Temat: DRBL
Mój konfig:# Generated by DRBL.
# Do NOT modify this file unless you know what you are doing!
default-lease-time 300;
max-lease-time 300;
option subnet-mask 255.255.255.0;
option domain-name-servers 8.8.8.8;
option domain-name "unizeto.pl";
ddns-update-style none;
server-name drbl;
filename = "pxelinux.0";
# The DRBL client class: PXE, Etherboot or DRBL client
class "DRBL-Client" {
match if
(substring(option vendor-class-identifier, 0, 9) = "PXEClient") or
(substring(option vendor-class-identifier, 0, 9) = "Etherboot") or
(substring(option vendor-class-identifier, 0, 10) = "DRBLClient") ;
}
# If you want to use special port for DHCP service, edit here:
# For more info, ref: http://drbl.sourceforge.net/faq/index.php#path=./2_Sys...
# local-port 1067;
# remote-port 1068;
subnet 172.16.0.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option routers 172.16.0.1;
next-server 172.16.0.1;
pool {
# allow members of "DRBL-Client";
range 172.16.0.10 172.16.0.29;
}
}
Działa...