Ubuntu Pastebin

Paste from lasko at Wed, 11 Mar 2015 12:52:24 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[...]
# option definitions common to all supported networks...
option domain-name "example.com";
option domain-name-servers server1.example.com;

subnet 192.168.0.0 netmask 255.255.255.0 {
 range 192.168.0.20 192.168.0.30;
 option routers 192.168.0.1;
 option broadcast-address 192.168.0.255;
}
default-lease-time 600;
max-lease-time 7200


[...]
# network, the authoritative directive should be uncommented.
authoritative;
[...]
Download as text