minicluster-dhcpd.conf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. ddns-update-style none;
  2. default-lease-time 600;
  3. max-lease-time 7200;
  4. subnet 192.168.28.0 netmask 255.255.255.0 {
  5. }
  6. subnet 10.0.0.0 netmask 255.255.255.0 {
  7. }
  8. host akaros {
  9. hardware ethernet 00:0c:29:cf:de:0e;
  10. fixed-address 192.168.28.16;
  11. }
  12. host harvey {
  13. hardware ethernet 00:00:00:00:00:01;
  14. fixed-address 192.168.28.161;
  15. }
  16. host harveyhost {
  17. hardware ethernet 00:14:bf:fe:24:70;
  18. fixed-address 10.0.0.1;
  19. }
  20. host harveyhost2 {
  21. hardware ethernet c8:b3:73:1f:44:55;
  22. fixed-address 10.0.0.10;
  23. }
  24. host n1 {
  25. hardware ethernet 00:03:2d:19:6d:88;
  26. fixed-address 10.0.0.2;
  27. }
  28. host n2 {
  29. hardware ethernet 00:14:bf:fe:24:70;
  30. fixed-address 10.0.0.3;
  31. }
  32. host n3 {
  33. hardware ethernet 00:03:2d:19:6d:46;
  34. fixed-address 10.0.0.4;
  35. }
  36. host n4 {
  37. hardware ethernet 00:03:2d:19:6d:b0;
  38. fixed-address 10.0.0.5;
  39. }
  40. host n5 {
  41. hardware ethernet 00:03:2d:19:6d:aa;
  42. fixed-address 10.0.0.6;
  43. }
  44. host n6 {
  45. #hardware ethernet c8:b3:73:1f:44:55;
  46. hardware ethernet 00:13:20:fe:52:8c;
  47. fixed-address 10.0.0.7;
  48. filename "bootx64.efi";
  49. }
  50. allow booting;
  51. allow bootp;
  52. option option-128 code 128 = string;
  53. option option-129 code 129 = text;
  54. #next-server 192.168.28.250;
  55. next-server 10.0.0.10;
  56. filename "pxelinux.0";