ddns-update-style none; #authoritative; allow booting; allow bootp; #Definition des ersten Subnetzes subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.120 192.168.1.240; #Lease-Zeit in Sekunden option broadcast-address 192.168.1.255; option subnet-mask 255.255.255.0; option domain-name "localnet"; option domain-name-servers 192.168.1.40, 192.168.1.1; default-lease-time 14400; max-lease-time 86400; #Gateway option routers 192.168.1.1; } # tftp-Server Einstellungen für PXE next-server 192.168.1.3; filename "/pxelinux.0"; # force the client to this ip for pxe. # This is only necessary assuming you want to send different images to different computers. #host pxe_client #{ # hardware ethernet xx:xx:xx:xx:xx:xx; # fixed-address 192.168.2.23; #}