ddns-update-style ad-hoc; # i686 or x86_64 setup subnet 192.168.1.0 netmask 255.255.255.0 { use-host-decl-names on; option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff; option root-path "/tftpboot"; host tux0 { hardware ethernet 00:08:74:23:62:27; fixed-address 192.168.15.1; option host-name "tux0"; filename "pxelinux.0"; } host tux1 { hardware ethernet 00:08:74:23:40:af; fixed-address 192.168.15.2; option host-name "tux1"; filename "pxelinux.0"; } } # ia64 setup subnet 192.168.2.0 netmask 255.255.255.0 { use-host-decl-names on; option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff; option root-path "/tftpboot"; host tdevj { hardware ethernet 00:0e:0c:09:e9:99; fixed-address 192.168.2.199; option host-name "tdevj"; filename "elilo/elilo.efi"; } } # Pseries setup subnet 192.168.3.0 netmask 255.255.255.0 { use-host-decl-names on; next-server 192.168.3.250; always-reply-rfc1048 true; allow bootp; filename "vmlinux.chrp"; always-broadcast on; host test1 { hardware ethernet 00:0D:60:1E:32:56; fixed-address 192.168.3.12; } }