# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.Geluidsnet2.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.102" { ## vr0.102 - Link naar Geluidsnet1 subnet 172.16.4.184 netmask 255.255.255.252 { ### not autoritive } } shared-network "vr0.103" { ## vr0.103 - Link Stadhuis and BSP-OV Pilot subnet 172.16.9.96 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr0.105" { ## vr0.105 - Link naar Geluidsnet Opstelpunt subnet 172.16.9.104 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr0.500" { ## vr0.500 - Uplink naar internet (BSP-OV - Morsweg) subnet 192.168.180.0 netmask 255.255.255.0 { ### not autoritive } ## vr0.500.alias0 - Link naar BSP-OV Pilot subnet 192.168.1.88 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr1" { ## vr1 - Link naar Cope subnet 172.16.7.56 netmask 255.255.255.248 { ### not autoritive } ## vr1_alias0 - Link naar Webster subnet 172.16.4.192 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr2" { ## vr2 - Link naar vosko3 subnet 172.16.4.200 netmask 255.255.255.248 { ### not autoritive } } shared-network "wlan0" { ## wlan0 - Ap subnet 172.17.5.0 netmask 255.255.255.0 { range 172.17.5.10 172.17.5.250; option routers 172.17.5.1; option domain-name-servers 172.17.5.1,172.16.4.185,172.16.7.60,172.16.4.196,172.16.4.201; option ubnt.unifi-address 172.17.107.10; } }