# # DO NOT EDIT - Automatically generated by 'gformat' # # option definitions common to all supported networks... option domain-name "dhcp.SOM2.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 - Link Tuinvereniging OnsBuiten1 kabel IIIII wartel 2 subnet 172.16.3.248 netmask 255.255.255.248 { ### not autoritive } ## ue0_alias0 - Link Tuinvereniging OnsBuiten2 - Ronald subnet 172.16.7.176 netmask 255.255.255.248 { ### not autoritive } ## ue0_alias1 - Link Theehuis subnet 172.16.10.120 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr0" { ## vr0 - Ethernet naar SOM1 kabel rood subnet 172.16.3.136 netmask 255.255.255.252 { ### not autoritive } } shared-network "vr1" { ## vr1 - Link naar Rabo kabel IIIIII wartel 3 subnet 172.16.16.16 netmask 255.255.255.248 { ### not autoritive } ## vr1_alias0 - Link naar Psycho subnet 172.16.16.112 netmask 255.255.255.248 { ### not autoritive } } shared-network "vr2" { ## vr2 - Link naar xxxx kabel IIIIIII wartel 1 subnet 172.16.17.184 netmask 255.255.255.248 { ### not autoritive } ## vr2_alias0 - Link naar Zijloever subnet 172.16.4.224 netmask 255.255.255.248 { ### not autoritive } } shared-network "wlan0" { ## wlan0 - Ap zuidoost subnet 172.17.2.0 netmask 255.255.255.192 { range 172.17.2.10 172.17.2.60; option routers 172.17.2.1; option domain-name-servers 172.17.2.1,172.16.3.252,172.16.7.180,172.16.10.124,172.16.3.137,172.16.16.20,172.16.16.116,172.16.17.188,172.16.4.228; option ubnt.unifi-address 172.17.107.10; } }