# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.GHR.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 Kaag2 subnet 172.16.7.64 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr0" { ## vr0 - Link naar House subnet 172.17.0.104 netmask 255.255.255.248 { ### not autoritive } ## vr0_alias0 - Link naar House subnet 192.168.178.0 netmask 255.255.255.0 { ### not autoritive } } shared-network "vr1" { ## vr1 - Accesspoint West repeaters 172.17.150.3 dc:9f:db:3e:1c:70 en 172.17.150.4 dc:9f:db:3e:2a:2b subnet 172.17.150.0 netmask 255.255.255.0 { range 172.17.150.10 172.17.150.240; option routers 172.17.150.1; option domain-name-servers 172.17.150.1,172.16.7.65; option ubnt.unifi-address 172.17.107.10; } } shared-network "vr2" { ## vr2 - Accesspoint Oost repeaters 172.17.151.3 at dc:9f:db:3e:2a:28; 172.17.151.4 at dc:9f:db:3e:2a:c2 subnet 172.17.151.0 netmask 255.255.255.0 { range 172.17.151.10 172.17.151.240; option routers 172.17.151.1; option domain-name-servers 172.17.151.1,172.16.7.65; option ubnt.unifi-address 172.17.107.10; } } shared-network "wlan0" { ## wlan0 - Omni voor Buurt MGMT subnet 172.17.149.0 netmask 255.255.255.0 { range 172.17.149.10 172.17.149.240; option routers 172.17.149.1; option domain-name-servers 172.17.149.1,172.16.7.65; option ubnt.unifi-address 172.17.107.10; } }