# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.HuygensN1.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" { ## vr0 - Link naar Aster via switch port 1 -> 2, kabel 1 subnet 172.16.17.96 netmask 255.255.255.248 { ### not autoritive } ## vr0_alias0 - Link naar HuygensN2 en HuygensZ via switch port 4, kabel 2 subnet 172.19.128.64 netmask 255.255.255.240 { ### not autoritive } ## vr0_alias1 - Link naar Robijn3 subnet 172.16.5.216 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr1" { ## vr1 - Link to LIACS 172.16.6.131 en .132 kabel 3 subnet 172.16.6.128 netmask 255.255.255.248 { ### not autoritive } ## vr1_alias0 - Link to Vuurbaak subnet 172.17.0.72 netmask 255.255.255.248 { ### not autoritive } ## vr1_alias1 - Link to DirkLos2 subnet 172.16.7.136 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr2" { ## vr2 - Link naar Rustenborch kabel 4 subnet 172.16.17.240 netmask 255.255.255.248 { ### not autoritive } } shared-network "wlan0" { ## wlan0 - AP subnet 172.19.135.0 netmask 255.255.255.0 { range 172.19.135.10 172.19.135.250; option routers 172.19.135.1; option domain-name-servers 172.19.135.1,172.16.17.100,172.19.128.69,172.19.128.68,172.16.7.140; option ubnt.unifi-address 172.17.107.10; } }