# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.Graficall.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 - AP2 to Rijnlandsziekenhuis via Bullet2 subnet 172.17.18.0 netmask 255.255.255.0 { range 172.17.18.10 172.17.18.250; option routers 172.17.18.1; option domain-name-servers 172.17.18.1,172.16.5.145,172.16.3.9,172.16.10.52; option ubnt.unifi-address 172.17.107.10; } } shared-network "vr0" { ## vr0 - Ethernet to interlink northeast of Leythenrode via switch poort 2 subnet 172.16.5.144 netmask 255.255.255.248 { ### not autoritive } ## vr0_alias0 - Link naar WBRotary via switch poort 3 subnet 172.16.18.40 netmask 255.255.255.248 { ### not autoritive } ## vr0_alias1 - Ethernet to LoRa 02:4b:0b:03:09:ac 172.16.6.218 switch poort 5 subnet 172.16.6.216 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr1" { ## vr1 - Link zw JVC subnet 172.16.3.8 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr2" { ## vr2 - Link naar PanTerra2 subnet 172.16.10.48 netmask 255.255.255.248 { ### not autoritive } } shared-network "wlan0" { ## wlan0 - AP voor de buurt subnet 172.24.16.0 netmask 255.255.255.0 { range 172.24.16.10 172.24.16.250; option routers 172.24.16.1; option domain-name-servers 172.24.16.1,172.16.5.145,172.16.3.9,172.16.10.52; option ubnt.unifi-address 172.17.107.10; } }