daily pastebin goal
66%
SHARE
TWEET

RoyK

a guest Sep 22nd, 2010 48 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. subnet 192.168.0.0 netmask 255.255.248.0 {
  2.     option subnet-mask 255.255.248.0;
  3.     option broadcast-address 192.168.7.255;
  4.     option routers 192.168.0.1;
  5.     option domain-name-servers 128.39.123.37,128.39.123.20;
  6.     #option domain-name-servers 192.168.0.58,192.168.0.59;
  7.     option domain-name "nilu.no";
  8.     option ip-forwarding on;
  9.     option netbios-node-type 8;
  10.     pool {
  11.         failover peer "dhcp-failover";
  12.         default-lease-time 3600; # 1 day
  13.         max-lease-time 604800; # 1 week
  14.         range 192.168.1.0 192.168.4.255;
  15.         host flapptopp {
  16.             hardware ethernet 00:1b:63:38:5e:2a;
  17.             fixed-address 192.168.6.64;
  18.         }
  19.     }
  20. }
RAW Paste Data
Top