updated dns server

updated for host changes
This commit is contained in:
Radar231 2022-08-11 06:38:11 -04:00
parent 02ce496acb
commit 48e1e4f39f
1 changed files with 27 additions and 15 deletions

View File

@ -8,7 +8,7 @@ subnet 192.168.7.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0; option subnet-mask 255.255.255.0;
range 192.168.7.150 192.168.7.199; range 192.168.7.150 192.168.7.199;
option broadcast-address 192.168.7.255; option broadcast-address 192.168.7.255;
option domain-name-servers 192.168.7.83, 192.168.7.84; option domain-name-servers 192.168.7.21, 192.168.7.22;
option domain-name "lan"; option domain-name "lan";
option domain-search "lan"; option domain-search "lan";
} }
@ -20,21 +20,21 @@ subnet 192.168.7.0 netmask 255.255.255.0 {
############################################# #############################################
# 100-109 # 100-109
# DC:85:DE:52:7C:F7 192.168.7.100 # 00:90:4C:C5:12:38 192.168.7.101
host lister.lan { host cat1.lan {
hardware ethernet DC:85:DE:52:7C:F7; hardware ethernet 00:90:4C:C5:12:38;
fixed-address 192.168.7.100; fixed-address 192.168.7.101;
} }
# C0:84:7D:2F:7E:9A 192.168.7.101 # C0:84:7D:2F:7E:9A 192.168.7.101
host cat.lan { host cat2.lan {
hardware ethernet C0:84:7D:2F:7E:9A; hardware ethernet C0:84:7D:2F:7E:9A;
fixed-address 192.168.7.101; fixed-address 192.168.7.101;
} }
# 78:E4:00:43:1C:03 192.168.7.102 # DC:85:DE:52:7C:F7 192.168.7.102
host holly.lan { host lister.lan {
hardware ethernet 78:E4:00:43:1C:03; hardware ethernet DC:85:DE:52:7C:F7;
fixed-address 192.168.7.102; fixed-address 192.168.7.102;
} }
@ -50,6 +50,12 @@ host octoprint.lan {
fixed-address 192.168.7.104; 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 # 110-119
@ -96,6 +102,12 @@ host deco-off.lan {
############################################# #############################################
# 130-139 # 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 # 48:3F:DA:87:AB:9F 192.168.7.134
host tas_garage_doors.lan { host tas_garage_doors.lan {
hardware ethernet 48:3F:DA:87:AB:9F; hardware ethernet 48:3F:DA:87:AB:9F;
@ -104,19 +116,19 @@ host tas_garage_doors.lan {
# A0:CE:C8:DB:BF:16 192.168.7.135 # A0:CE:C8:DB:BF:16 192.168.7.135
host chromecase-fr.lan { host chromecase-fr.lan {
hardware ethernet A0:CE:C8:DB:BF:16; hardware ethernet B0:E4:D5:CC:2D:56;
fixed-address 192.168.7.135; fixed-address 192.168.7.135;
} }
# 6C:AD:F8:AA:59:A6 192.168.7.136 # 6C:AD:F8:AA:59:A6 192.168.7.136
host chromecast-ba.lan { host chromecast-ws.lan {
hardware ethernet 6C:AD:F8:AA:59:A6; hardware ethernet 6C:AD:F8:AA:59:A6;
fixed-address 192.168.7.136; fixed-address 192.168.7.136;
} }
# C4:4F:33:CA:A3:CC 192.168.7.137 # 1C:53:F9:32:30:92 192.168.7.137
host tas_wkshp_light.lan { host chromecast-ba.lan {
hardware ethernet C4:4F:33:CA:A3:CC; hardware ethernet 1C:53:F9:32:30:92;
fixed-address 192.168.7.137; fixed-address 192.168.7.137;
} }