# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.Leeuwenhorst1.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 "ue0" { ## ue0 - Link naar zuidoost kabel 1 UNUSED subnet 172.16.6.192 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr0" { ## vr0 - Link naar noordwijk zuid/west kabel 5 subnet 172.16.9.152 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr1" { ## vr1 - Link naar oost Victorkerk kabel 6 via switch subnet 172.16.6.224 netmask 255.255.255.248 { ### not autoritive } ## vr1_alias0 - Verbinding naar Leeuwenhorst2 via switch subnet 172.16.4.188 netmask 255.255.255.252 { ### not autoritive } } shared-network "vr2" { ## vr2 - Link naar NNW (GoudenSpar) kabel 4 v/h ap-zuid subnet 172.16.9.144 netmask 255.255.255.248 { ### not autoritive } ## vr2_alias0 - Naar GoudenSpar subnet 172.16.9.128 netmask 255.255.255.248 { ### not autoritive } } shared-network "wlan0" { ## wlan0 - Ap voor beheer, binnen 5 GHz subnet 172.16.9.120 netmask 255.255.255.248 { range 172.16.9.122 172.16.9.126; option routers 172.16.9.121; option domain-name-servers 172.16.9.121,172.16.6.228,172.16.4.190,172.16.9.122; option ubnt.unifi-address 172.17.107.10; } }