daily pastebin goal
58%
SHARE
TWEET

Untitled

a guest Jan 24th, 2012 23 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # DHCP configuration generated by Firestarter
  2. ddns-update-style interim;
  3. ignore client-updates;
  4.  
  5. #subnet 10.0.0.0 netmask 255.0.0.0 {
  6. #       option routers 10.0.0.2;
  7. #       option subnet-mask 255.0.0.0;
  8. #       option domain-name-servers 127.0.0.1;
  9. #       option ip-forwarding off;
  10. #       range dynamic-bootp 10.0.0.2 10.0.0.200;
  11. #       default-lease-time 21600;
  12. #       max-lease-time 43200;
  13. #}
  14.  
  15.  
  16. subnet 192.168.1.1 netmask 255.255.255.0 {
  17.         range 192.168.1.100 192.168.1.200;
  18.         option domain-name-servers 192.168.1.1;
  19.         option domain-name "internal.example.org";
  20.         option routers 192.168.1.1;
  21.         option broadcast-address 192.168.!.255;
  22.         default-lease-time 600;
  23.         max-lease-time 7200;
  24. }
  25.  
  26. default-lease-time 600;
  27. max-lease-time 7200;
  28. #option subnet-mask 255.255.255.0;
  29. #option broadcast-address 192.168.1.255;
  30. #option routers 192.168.1.254;
  31. #option domain-name-servers 192.168.1.1, 192.168.1.2;
  32. #option domain-name "mydomain.example";
  33.  
  34. #subnet 192.168.1.0 netmask 255.255.255.0 {
  35. #       range 192.168.1.10 192.168.1.100;
  36. #       range 192.168.1.150 192.168.1.200;
  37. #}
  38.  
  39. #ddns-update-style none;
  40. #og-facility local7;
  41.  
  42. subnet 192.168.1.0 netmask 255.255.255.0 {
  43.  
  44.         option routers                  192.168.1.1;
  45.         option subnet-mask              255.255.255.0;
  46.         option broadcast-address        192.168.1.255;
  47.         option domain-name-servers      194.168.4.100;
  48.         option ntp-servers              192.168.1.1;
  49.         option netbios-name-servers     192.168.1.1;
  50.         option netbios-node-type 2;
  51.         default-lease-time 86400;
  52.         max-lease-time 86400;
  53.  
  54.         host bla1 {
  55.                 hardware ethernet C0:F8:DA:46:B8:F6;
  56.                 fixed-address 192.168.1.2;
  57. #DD:GH:DF:E5:F7:D7
  58.  
  59. #        }
  60. #        host bla2 {
  61. #                hardware ethernet 00:JJ:YU:38:AC:45;
  62. #                fixed-address 192.168.1.20;
  63. #        }
  64. #}
  65. #
  66. #subnet  10.152.187.0 netmask 255.255.255.0 {
  67. #
  68. #        option routers                  10.152.187.1;
  69. #        option subnet-mask              255.255.255.0;
  70. #        option broadcast-address        10.152.187.255;
  71. #        option domain-name-servers      194.168.4.100;
  72. #        option ntp-servers              10.152.187.1;
  73. #        option netbios-name-servers     10.152.187.1;
  74. #        option netbios-node-type 2;
  75. #
  76. #        default-lease-time 86400;
  77. #        max-lease-time 86400;
  78. #
  79. #        host bla3 {
  80. #                hardware ethernet 00:KK:HD:66:55:9B;
  81. #                fixed-address 10.152.187.2;
  82. #        }
  83. #}
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top