Advertising
- Anonymous
- Monday, December 31st, 2007 at 5:06:08am UTC
- #
- # Sample configuration file for ISC dhcpd for Debian
- #
- # $Id: dhcpd.conf,v 1.4.2.2 2002/07/10 03:50:33 peloy Exp $
- #
- # option definitions common to all supported networks
- option domain-name "llamanet.org";
- option domain-name-servers 192.168.1.1;
- option time-offset 28800; # Pacific Standard Time
- default-lease-time 600;
- max-lease-time 7200;
- # primary subnet
- subnet 192.168.1.0 netmask 255.255.255.0 {
- range 192.168.1.001 192.168.1.040;
- # option domain-name-servers 192.168.0.9, 203.12.160.35, 203.12.160.36, 4.2.2.1;
- option domain-name-servers 192.168.1.1;
- option broadcast-address 192.168.1.255;
- option routers 192.168.1.1;
- default-lease-time 25000;
- max-lease-time 45000;
- }
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not 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. All illegal activities will be reported and any information will be handed over to the authorities, so be good.