Projekt

Obecné

Profil

Stáhnout (1.2 KB) Statistiky
| Větev: | Tag: | Revize:
c95784dc Ondřej Fibich
################################################################################
# #
# Author: Michal Kliment, Ondrej Fibich #
0ff7b1b1 Michal Kliment
# Description: This script generates config file of DHCP server #
c95784dc Ondřej Fibich
# from FreenetIS. #
# #
################################################################################

# Base PATH_FN to running FreenetIS instance
PATH_FN=http://localhost/freenetis

# ID of device from FreenetIS
DEVICE_ID=0

# Timeout in seconds after that the synchronization is made
TIMEOUT=300

# Log file, change to /dev/null to disable logging
LOG_FILE=/var/log/freenetis-dhcp.log

c988d1b0 Michal Kliment
# DHCP server name (isc-dhcp or isc-kea)
SERVER="isc-dhcp"
c95784dc Ondřej Fibich
c988d1b0 Michal Kliment
# Filename with DHCP server config
# default value for ISC DHCP
# DHCP_CONF="/etc/dhcp/dhcpd.conf"
# default value for ISC KEA
# DHCP_CONF="/etc/kea/kea-dhcp4.conf"
c95784dc Ondřej Fibich
c988d1b0 Michal Kliment
# This file (if exists) is attached to generated DHCP conf file
# only for ISC DHCP, default value
# CUSTOM_DHCP_CONF="/etc/dhcp/dhcpd.conf.custom"