daily pastebin goal
69%
SHARE
TWEET

Untitled

a guest Jun 14th, 2012 24 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Sample /etc/dhcpd.conf
  2. # (add your comments here)
  3. default-lease-time 600;
  4. max-lease-time 7200;
  5. option subnet-mask 255.255.255.0;
  6. option broadcast-address 192.168.1.255;
  7. option routers 192.168.1.254;
  8. option domain-name-servers 192.168.1.1, 192.168.1.2;
  9. option domain-name "mydomain.example";
  10.  
  11. subnet 192.168.1.0 netmask 255.255.255.0 {
  12. range 192.168.1.10 192.168.1.100;
  13. range 192.168.1.150 192.168.1.200;
  14. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top