update dhcpd.conf to live version

This commit is contained in:
Radar231 2021-12-14 15:22:45 -05:00
parent 165f5feb6c
commit 4e87e0068f
1 changed files with 68 additions and 45 deletions

View File

@ -6,57 +6,95 @@ 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.100 192.168.7.199;
range 192.168.7.150 192.168.7.199;
option broadcast-address 192.168.7.255;
option domain-name-servers 192.168.7.41, 192.168.7.42;
option domain-name-servers 192.168.7.83, 192.168.7.84;
option domain-name "lan";
option domain-search "lan";
}
#############################################
# Static IP DHCP Leases
# 192.168.7.100-149
# DC:85:DE:52:7C:F7 192.168.7.120
#############################################
# 100-109
# DC:85:DE:52:7C:F7 192.168.7.100
host lister.lan {
hardware ethernet DC:85:DE:52:7C:F7;
fixed-address 192.168.7.120;
fixed-address 192.168.7.100;
}
# C0:84:7D:2F:7E:9A 192.168.7.121
# C0:84:7D:2F:7E:9A 192.168.7.101
host cat.lan {
hardware ethernet C0:84:7D:2F:7E:9A;
fixed-address 192.168.7.101;
}
# 78:E4:00:43:1C:03 192.168.7.102
host holly.lan {
hardware ethernet 78:E4:00:43:1C:03;
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;
}
#############################################
# 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;
}
# 78:E4:00:43:1C:03 192.168.7.122
host holly.lan {
hardware ethernet 78:E4:00:43:1C:03;
# 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;
}
# 52:54:00:FE:82:8B 192.168.7.123
host rimmer.lan {
hardware ethernet 52:54:00:FE:82:8B;
# 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;
}
# 5A:EA:2D:EE:C1:6A 192.168.7.131
host cell-r.lan {
hardware ethernet 5A:EA:2D:EE:C1:6A;
fixed-address 192.168.7.131;
}
# 46:BB:04:68:46:53 192.168.7.132
host cell-d.lan {
hardware ethernet 46:BB:04:68:46:53;
fixed-address 192.168.7.132;
}
# D0:AB:D5:C1:98:19 192.168.7.133
host d-laptop.lan {
hardware ethernet D0:AB:D5:C1:98:19;
fixed-address 192.168.7.133;
}
#############################################
# 130-139
# 48:3F:DA:87:AB:9F 192.168.7.134
host tas_garage_doors.lan {
@ -94,22 +132,7 @@ host hdhomerun.lan {
fixed-address 192.168.7.139;
}
# C0:C9:E3:74:F9:B8 192.168.7.151
host deco-lr.lan {
hardware ethernet C0:C9:E3:74:F9:B8;
fixed-address 192.168.7.151;
}
# C0:C9:E3:74:F9:B0 192.168.7.152
host deco-fr.lan {
hardware ethernet C0:C9:E3:74:F9:B0;
fixed-address 192.168.7.152;
}
# C0:C9:E3:74:F8:14 192.168.7.153
host deco-off.lan {
hardware ethernet C0:C9:E3:74:F8:14;
fixed-address 192.168.7.153;
}
#############################################
# 140-149
# EOF