daily pastebin goal
58%
SHARE
TWEET

Untitled

a guest Jan 24th, 2012 13 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 192.168.1.0 netmask 255.255.255.0 {
  6. #       option routers 192.168.1.102;
  7. #       option subnet-mask 255.255.255.0;
  8. #       option domain-name-servers 65.183.0.76, 65.183.0.86;
  9. #       option ip-forwarding off;
  10. #       range dynamic-bootp 192.168.1.100 192.168.1.200;
  11. #       default-lease-time 21600;
  12. #       max-lease-time 43200;
  13. #}
  14.  
  15. # Sample /etc/dhcpd.conf
  16. # (add your comments here)
  17. default-lease-time 600;
  18. max-lease-time 7200;
  19. option subnet-mask 255.255.255.0;
  20. option broadcast-address 192.168.1.255;
  21. option routers 192.168.1.254;
  22. option domain-name-servers 65.183.0.76, 65.183.0.86;
  23. option domain-name "mydomain.example";
  24.  
  25. subnet 192.168.1.0 netmask 255.255.255.0 {
  26. range 192.168.1.10 192.168.1.100;
  27. range 192.168.1.150 192.168.1.200;
  28. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top