#! /bin/sh
#
# dhcpgen, (c) 2006, xtom (tichy@klfree.net)
# 
# version: 1.2 (RC4)
# development: dmitrij <fryc@klfree.net>
# home: https://twiki.klfree.net/twiki/bin/view/SpravaSite.DhcpGen
#
##########################################################################

# SLEEP
#   Interval of DHCP tables update
#   default: SLEEP=120

SLEEP=120

#
# NETS
#   Defines subnets, where should be DHCP served
#   e.g.: NETS="10.102.33.0/24,10.102.45.0/25,10.102.45.128/25"

#     ~BACKBONE~      ~kLfREE-slanka~  ~kLfREE-sila~ Malikovice.sektor Malikovice.lan   Mates2
NETS="10.102.224.128/27,10.102.224.160/27,10.102.224.192/27,10.102.231.200/29,10.102.227.160/27,10.102.227.144/28,10.102.179.8/29,10.102.227.0/25,10.102.230.128/27"
