a pastebin project

Anonymous

  1. #
  2. # Sample configuration file for ISC dhcpd for Debian
  3. #
  4. # $Id: dhcpd.conf,v 1.4.2.2 2002/07/10 03:50:33 peloy Exp $
  5. #
  6.  
  7. # option definitions common to all supported networks
  8. # option domain-name "llamanet.org";
  9. option domain-name-servers 192.168.1.1;
  10. option time-offset -28800;      # Pacific Standard Time
  11.  
  12. default-lease-time 600;
  13. max-lease-time 7200;
  14.  
  15. # primary subnet
  16. subnet 192.168.1.0 netmask 255.255.255.0 {
  17.  
  18.  range 192.168.1.100 192.168.1.200;
  19.  option domain-name-servers 192.168.1.1;
  20.  option broadcast-address 192.168.1.255;
  21.  option routers 192.168.1.1;
  22.  default-lease-time 25000;
  23.  max-lease-time 45000;
  24. }

advertising

Create a Paste

Please enter your new post below (or upload a file instead):





Please note that information posted here will not expire by default. If you want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords.

worth-right
worth-right