# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.Drijfhuis.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 "vr0" { ## vr0 - Link naar Watertoren2 subnet 172.16.16.32 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr1" { ## vr1 - Subnet naar bullet subnet 172.17.0.192 netmask 255.255.255.192 { range 172.17.0.200 172.17.0.220; option routers 172.17.0.193; option domain-name-servers 172.17.0.193,172.16.16.33; option ubnt.unifi-address 172.17.107.10; } } shared-network "vr2" { ## vr2 - Subnet naar nanoM2 subnet 172.17.0.128 netmask 255.255.255.192 { range 172.17.0.133 172.17.0.190; option routers 172.17.0.129; option domain-name-servers 172.17.0.129,172.16.16.33; option ubnt.unifi-address 172.17.107.10; } } shared-network "wlan0" { ## wlan0 - OMNI voor Wifi op de Drijfhuis subnet 172.17.12.0 netmask 255.255.255.0 { range 172.17.12.10 172.17.12.250; option routers 172.17.12.1; option domain-name-servers 172.17.12.1,172.16.16.33; option ubnt.unifi-address 172.17.107.10; } }