# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.Rustdam.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 "bridge0" { ## bridge0 - Access Point subnet 172.17.37.0 netmask 255.255.255.0 { range 172.17.37.10 172.17.37.240; option routers 172.17.37.1; option domain-name-servers 172.17.37.1,172.16.7.100,172.16.6.1; option ubnt.unifi-address 172.17.107.10; } } shared-network "bridge1" { ## bridge1 - Access Points - Client Range subnet 172.17.98.0 netmask 255.255.254.0 { range 172.17.98.10 172.17.98.240; option routers 172.17.98.1; option domain-name-servers 172.17.98.1,172.16.7.100,172.16.6.1; option ubnt.unifi-address 172.17.107.10; } ## bridge1_alias0 - New Access Points - MGNT subnet 172.17.164.0 netmask 255.255.255.0 { ### not autoritive } } shared-network "re0.102" { ## re0.102 - Link to house subnet 172.16.7.96 netmask 255.255.255.248 { ### not autoritive } ## re0.102.alias0 - Camera & Test Range host fixed-camera-hooiberg { hardware ethernet 00:62:6e:66:0d:cf; fixed-address 172.17.65.10; } subnet 172.17.65.0 netmask 255.255.255.0 { range 172.17.65.50 172.17.65.240; option routers 172.17.65.1; option domain-name-servers 172.17.65.1,172.16.7.100,172.16.6.1; option ubnt.unifi-address 172.17.107.10; } } shared-network "re0.103" { ## re0.103 - Access Point (port 3) subnet 172.17.52.0 netmask 255.255.255.0 { range 172.17.52.10 172.17.52.240; option routers 172.17.52.1; option domain-name-servers 172.17.52.1,172.16.7.100,172.16.6.1; option ubnt.unifi-address 172.17.107.10; } } shared-network "re0.104" { ## re0.104 - Access Point (port 4) - AirCam (00:27:22:60:43:F1) 172.17.51.5/24 subnet 172.17.51.0 netmask 255.255.255.0 { range 172.17.51.10 172.17.51.240; option routers 172.17.51.1; option domain-name-servers 172.17.51.1,172.16.7.100,172.16.6.1; option ubnt.unifi-address 172.17.107.10; } } shared-network "re0.105" { ## re0.105 - Link to StJan subnet 172.16.6.0 netmask 255.255.255.248 { ### not autoritive } }