docker_dhcpd/dhcpd_data/dhcpd.conf

151 lines
3.2 KiB
ISCdhcpd

authoritative;
default-lease-time 7200;
max-lease-time 7200;
subnet 192.168.7.0 netmask 255.255.255.0 {
option routers 192.168.7.1;
option subnet-mask 255.255.255.0;
range 192.168.7.150 192.168.7.199;
option broadcast-address 192.168.7.255;
option domain-name-servers 192.168.7.21, 192.168.7.22;
option domain-name "lan";
option domain-search "lan";
}
#############################################
# Static IP DHCP Leases
# 192.168.7.100-149
#############################################
# 100-109
# 00:90:4C:C5:12:38 192.168.7.101
host cat1.lan {
hardware ethernet 00:90:4C:C5:12:38;
fixed-address 192.168.7.101;
}
# C0:84:7D:2F:7E:9A 192.168.7.101
host cat2.lan {
hardware ethernet C0:84:7D:2F:7E:9A;
fixed-address 192.168.7.101;
}
# DC:85:DE:52:7C:F7 192.168.7.102
host lister.lan {
hardware ethernet DC:85:DE:52:7C:F7;
fixed-address 192.168.7.102;
}
# D0:AB:D5:C1:98:19 192.168.7.103
host dar-laptop.lan {
hardware ethernet D0:AB:D5:C1:98:19;
fixed-address 192.168.7.103;
}
# E4:5F:01:5B:D1:AF 192.168.7.104
host octoprint.lan {
hardware ethernet E4:5F:01:5B:D1:AF;
fixed-address 192.168.7.104;
}
# 8C:A9:82:00:38:C0 192.168.7.105
host hollister.lan {
hardware ethernet 8C:A9:82:00:38:C0;
fixed-address 192.168.7.105;
}
#############################################
# 110-119
# 02:ba:2b:5e:a4:41 192.168.7.110
host pinephone.lan {
hardware ethernet 02:ba:2b:5e:a4:41;
fixed-address 192.168.7.110;
}
# (old mac?)5A:EA:2D:EE:C1:6A 192.168.7.111
# 3E:E2:77:07:6B:03 192.168.7.111
host cell-rick.lan {
hardware ethernet 3E:E2:77:07:6B:03;
fixed-address 192.168.7.111;
}
# 46:BB:04:68:46:53 192.168.7.112
host cell-dar.lan {
hardware ethernet 46:BB:04:68:46:53;
fixed-address 192.168.7.112;
}
#############################################
# 120-129
# C0:C9:E3:74:F9:B8 192.168.7.121
host deco-lr.lan {
hardware ethernet C0:C9:E3:74:F9:B8;
fixed-address 192.168.7.121;
}
# C0:C9:E3:74:F9:B0 192.168.7.122
host deco-fr.lan {
hardware ethernet C0:C9:E3:74:F9:B0;
fixed-address 192.168.7.122;
}
# C0:C9:E3:74:F8:14 192.168.7.123
host deco-off.lan {
hardware ethernet C0:C9:E3:74:F8:14;
fixed-address 192.168.7.123;
}
#############################################
# 130-139
# DC:E5:5B:43:12:0A 192.168.7.133
host chromecase-ht.lan {
hardware ethernet DC:E5:5B:43:12:0A;
fixed-address 192.168.7.133;
}
# 48:3F:DA:87:AB:9F 192.168.7.134
host tas_garage_doors.lan {
hardware ethernet 48:3F:DA:87:AB:9F;
fixed-address 192.168.7.134;
}
# A0:CE:C8:DB:BF:16 192.168.7.135
host chromecase-fr.lan {
hardware ethernet B0:E4:D5:CC:2D:56;
fixed-address 192.168.7.135;
}
# 6C:AD:F8:AA:59:A6 192.168.7.136
host chromecast-ws.lan {
hardware ethernet 6C:AD:F8:AA:59:A6;
fixed-address 192.168.7.136;
}
# 1C:53:F9:32:30:92 192.168.7.137
host chromecast-ba.lan {
hardware ethernet 1C:53:F9:32:30:92;
fixed-address 192.168.7.137;
}
# 2C:AA:8E:A1:A1:9A 192.168.7.138
host garage-cam.lan {
hardware ethernet 2C:AA:8E:A1:A1:9A;
fixed-address 192.168.7.138;
}
# 00:18:DD:03:97:4C 192.168.7.139
host hdhomerun.lan {
hardware ethernet 00:18:DD:03:97:4C;
fixed-address 192.168.7.139;
}
#############################################
# 140-149
# EOF