
Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17 Signed-off-by: Ed Warnicke <eaw@cisco.com>
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
# add at the bottom
|
|
|
|
subnet 192.168.0.0 netmask 255.255.0.0 {
|
|
range 192.168.1.10 192.168.1.254;
|
|
option routers 192.168.1.1;
|
|
default-lease-time 15;
|
|
max-lease-time 15;
|
|
}
|