# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.NieuweEnergie.wleiden.net."; default-lease-time 600; max-lease-time 7200; # Use this to enble / disable dynamic dns updates globally. #ddns-update-style none; # If this DHCP server is the official DHCP server for the local # network, the authoritative directive should be uncommented. authoritative; # Use this to send dhcp log messages to a different log file (you also # have to hack syslog.conf to complete the redirection). log-facility local7; # UniFi Discovery Support option space ubnt; option ubnt.unifi-address code 1 = ip-address; # class "ubnt" { match if substring (option vendor-class-identifier, 0, 4) = "ubnt"; option vendor-class-identifier "ubnt"; vendor-option-space ubnt; } # # Interface definitions # shared-network "re0" { ## re0 - Uplink Ziggo subnet 217.100.202.200 netmask 255.255.255.248 { ### not autoritive } } shared-network "re1.102" { ## re1.102 - Link to Zuid subnet 172.16.10.144 netmask 255.255.255.248 { ### not autoritive } } shared-network "re1.103" { ## re1.103 - Link to West subnet 172.16.10.136 netmask 255.255.255.248 { ### not autoritive } } shared-network "re1.104" { ## re1.104 - Link to Noord subnet 172.16.10.128 netmask 255.255.255.248 { ### not autoritive } }