# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.Ed.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 "sis0" { ## sis0 - Link naar Ed2 subnet 172.16.3.64 netmask 255.255.255.248 { ### not autoritive } } shared-network "sis1" { ## sis1 - Link naar het Zuiden subnet 172.17.0.48 netmask 255.255.255.248 { ### not autoritive } } shared-network "sis2" { ## sis2 - Link to vpn box subnet 172.17.36.0 netmask 255.255.255.0 { ### not autoritive } ## sis2_alias0 - Link to Rick2 subnet 172.17.2.248 netmask 255.255.255.248 { ### not autoritive } } shared-network "ue0" { ## ue0 - Link naar het Noord subnet 172.17.0.56 netmask 255.255.255.248 { ### not autoritive } } shared-network "wlan0" { ## wlan0 - Accesspoint voor de buurt subnet 172.17.76.0 netmask 255.255.255.0 { range 172.17.76.10 172.17.76.60; option routers 172.17.76.1; option domain-name-servers 172.17.76.1,172.16.3.66; option ubnt.unifi-address 172.17.107.10; } }