# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.TEYBestuurscentrum.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 - Accesspoint zuidwest kabel 1 subnet 172.17.89.0 netmask 255.255.255.0 { range 172.17.89.10 172.17.89.250; option routers 172.17.89.1; option domain-name-servers 172.17.89.1,172.16.6.137,172.16.4.113,172.16.7.84,172.16.6.236; option ubnt.unifi-address 172.17.107.10; } } shared-network "ue1" { ## ue1 - Accesspoint noordwest kabel 2 subnet 172.17.90.0 netmask 255.255.255.0 { range 172.17.90.10 172.17.90.250; option routers 172.17.90.1; option domain-name-servers 172.17.90.1,172.16.6.137,172.16.4.113,172.16.7.84,172.16.6.236; option ubnt.unifi-address 172.17.107.10; } } shared-network "vr0" { ## vr0 - External Link kabel 8 subnet 213.125.198.96 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr1" { ## vr1 - Link naar Leeuwenhorst via switch kabel 6 subnet 172.16.6.136 netmask 255.255.255.248 { ### not autoritive } ## vr1_alias0 - Richting oost niet in gebruik via switch kabel 5 subnet 172.16.7.72 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr2" { ## vr2 - Link naar Lijtweg via switch kabel 4 subnet 172.16.4.112 netmask 255.255.255.248 { ### not autoritive } ## vr2_alias0 - Link naar Bartholomeus via switch kabel 3 subnet 172.16.7.80 netmask 255.255.255.248 { ### not autoritive } ## vr2_alias1 - Link naar JOP via switch kabel 3 subnet 172.16.6.232 netmask 255.255.255.248 { ### not autoritive } } shared-network "wlan0" { ## wlan0 - Accesspoint oost subnet 172.17.91.0 netmask 255.255.255.0 { range 172.17.91.10 172.17.91.250; option routers 172.17.91.1; option domain-name-servers 172.17.91.1,172.16.6.137,172.16.4.113,172.16.7.84,172.16.6.236; option ubnt.unifi-address 172.17.107.10; } }