# # DHCP Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.example # see dhcpd.conf(5) man page # # /var/lib/dhcpd/dhcpd.leases # ddns-update-style interim; ddns-update-style none; ignore client-updates; option domain-name "kob"; authoritative; default-lease-time 600; max-lease-time 7200; log-facility local7; host wifi-controller { hardware ethernet A4:2B:B0:05:CD:E1 ; fixed-address 192.168.1.190 ; option subnet-mask 255.255.224.0 ; } host ozeas { hardware ethernet 00:24:1D:C9:D4:F1 ; fixed-address 192.168.1.253 ; option subnet-mask 255.255.224.0 ; } host rapsberryvrhavec { # hardware ethernet B8:27:EB:7F:20:BB ; tohle je opravdu rapsberry hardware ethernet 00:04:0e:df:d6:55 ; fixed-address 192.168.1.100 ; option subnet-mask 255.255.224.0 ; } host PattonFMAc { hardware ethernet 00:A0:BA:07:92:DF ; fixed-address 192.168.3.100 ; option subnet-mask 255.255.224.0 ; } ****** tady bylo mnoho host host tabletkam { hardware ethernet 40:A3:CC:55:DB:38 ; fixed-address 192.168.103.132; option subnet-mask 255.255.224.0 ; } host nedvidekmcbk2 { hardware ethernet 50:ED:3C:34:46:26 ; fixed-address 192.168.103.143; option subnet-mask 255.255.224.0 ; } subnet 192.168.0.0 netmask 255.255.224.0 { range 192.168.10.1 192.168.10.247 ; authoritative; option routers 192.168.1.254; option subnet-mask 255.255.224.0; option domain-name-servers 192.168.1.254; option time-offset -18000; # Eastern Standard Time # a nasledujici zavorka je od subnet 0.0 } subnet 192.168.32.0 netmask 255.255.224.0 { # navstevy na spinave siti - v podstate cokoli range 192.168.42.1 192.168.42.200; authoritative; # --- default gateway option routers 192.168.33.254; option domain-name-servers 192.168.33.254; option subnet-mask 255.255.224.0; option time-offset -18000; # Eastern Standard Tim # a nasledujici zavorka je od subnet 32.0 } subnet 127.0.0.0 netmask 255.0.0.0 { } # kamerova sit subnet 192.168.96.0 netmask 255.255.224.0 { # pro notebooky ve vratnici range 192.168.106.1 192.168.106.10; authoritative; # --- default gateway option routers 192.168.97.254; option domain-name-servers 192.168.97.254; option subnet-mask 255.255.224.0; option time-offset -18000; # Eastern Standard Tim # zavorka od subnet 96.0 } # sit uziv_01 WiFi AP v 2NP za dvermi subnet 192.168.129.0 netmask 255.255.255.0 { # pro notebooky v siti uziv_01 range 192.168.129.15 192.168.129.100; authoritative; # switch ma IP 192.168.129.123 , takze proto je range do 100 # --- default gateway option routers 192.168.129.254; option domain-name-servers 192.168.129.254; option subnet-mask 255.255.255.0; option time-offset -18000; # Eastern Standard Tim # zavorka od subnet 129.0 } # sit uziv_01 WiFi AP v 2NP za dvermi subnet 192.168.131.0 netmask 255.255.255.0 { # pro kur a pristup jenom na zpevnik VLAN 13 range 192.168.131.1 192.168.131.200; authoritative; # --- default gateway option routers 192.168.131.254; option domain-name-servers 192.168.131.254; option subnet-mask 255.255.255.0; option time-offset -18000; # Eastern Standard Tim # zavorka od subnet 131.0 } subnet 192.168.132.0 netmask 255.255.255.0 { # pro mixpult na kuru VLAN 14 range 192.168.132.1 192.168.132.200; authoritative; # --- default gateway option routers 192.168.132.254; option domain-name-servers 192.168.132.254; option subnet-mask 255.255.255.0; option time-offset -18000; # Eastern Standard Tim # zavorka od subnet 132.0 }