Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Something
Monday, December 31st, 2007 at 4:08:12am UTC 

  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 "xhost.com.au dev.xhost.com.au";
  9. option domain-name-servers 192.168.0.9, 4.2.2.1;
  10. option time-offset -18000;      # Eastern Standard Time
  11.  
  12. default-lease-time 600;
  13. max-lease-time 7200;
  14.  
  15. # primary subnet
  16. subnet 192.168.0.0 netmask 255.255.255.0 {
  17.  
  18.  range 192.168.0.200 192.168.0.230;
  19.  
  20.  option domain-name-servers 192.168.0.9, 203.12.160.35, 203.12.160.36, 4.2.2.1;
  21. # option domain-name-servers 192.168.0.9;
  22.  option broadcast-address 192.168.0.255;
  23.  option routers 192.168.0.2;
  24.  default-lease-time 21600;
  25.  max-lease-time 43200;
  26.  
  27.  # Static DHCP by mac
  28.  host lister {
  29.   hardware ethernet 00:0E:35:17:CC:3C;
  30.   fixed-address 192.168.0.209;
  31.  }
  32.  
  33. host lister {
  34.  hardware ethernet 00:11:2F:17:EE:52;
  35.  fixed-address 192.168.0.209;
  36. }
  37.  
  38.  host cat {
  39.   hardware ethernet 00:0C:6E:03:D2:89;
  40.   fixed-address 192.168.0.210;
  41.  }
  42.  
  43. }

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.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



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.

comments powered by Disqus
worth-right
worth-right