Advertising
- Something
- Monday, December 31st, 2007 at 4:08:12am 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 "xhost.com.au dev.xhost.com.au";
- option domain-name-servers 192.168.0.9, 4.2.2.1;
- option time-offset -18000; # Eastern Standard Time
- default-lease-time 600;
- max-lease-time 7200;
- # primary subnet
- subnet 192.168.0.0 netmask 255.255.255.0 {
- range 192.168.0.200 192.168.0.230;
- 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.0.9;
- option broadcast-address 192.168.0.255;
- option routers 192.168.0.2;
- default-lease-time 21600;
- max-lease-time 43200;
- # Static DHCP by mac
- host lister {
- hardware ethernet 00:0E:35:17:CC:3C;
- fixed-address 192.168.0.209;
- }
- host lister {
- hardware ethernet 00:11:2F:17:EE:52;
- fixed-address 192.168.0.209;
- }
- host cat {
- hardware ethernet 00:0C:6E:03:D2:89;
- fixed-address 192.168.0.210;
- }
- }
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.