aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/etc/scripts/dhcp/dhcpd.conf
blob: d4cb3ed718ab955e75da1976574ad860a1b41759 (plain)
1
2
3
4
5
6
7
8
# 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;
}