Browse Source

dhcp-server: remove static IPs

Karsten Böddeker 7 years ago
parent
commit
b55f859b68
1 changed files with 0 additions and 36 deletions
  1. 0 36
      dhcp-server/dhcpd.conf

+ 0 - 36
dhcp-server/dhcpd.conf

@@ -44,39 +44,3 @@ subnet {{ site_prefix.split ('/')[0] }} netmask {{ salt['ffho_net.cidr_to_dotted
 }
 
 {% endfor %}
-
-################################################################################
-#                  Static DHCP binding for IPs with the mesh                   #
-################################################################################
-
-host suche {
-	hardware ethernet b8:27:eb:01:ca:73;
-	fixed-address 10.132.3.110;
-}
-
-host minetest {
-	hardware ethernet b8:27:eb:96:17:fb;
-	fixed-address 10.132.3.111;
-}
-
-host zockerbude {
-	hardware ethernet 1e:f6:d7:28:a7:76;
-	fixed-address 10.132.3.112;
-}
-
-# RaspPi spiegelt Wikipedia + das Ubuntuuser Wiki (bitpage)
-host wissen {
-	hardware ethernet b8:27:eb:c4:f5:d8;
-	fixed-address 10.132.3.114;
-}
-
-# rPi von davediehose, spiegelt OpenWRT repo und Zeuch
-host davesrv {
-	hardware ethernet b8:27:eb:50:36:6f;
-	fixed-address 10.132.3.115;
-}
-
-host mumble {
-	hardware ethernet b8:27:eb:44:c4:68;
-	fixed-address 10.132.3.116;
-}