Update dhcpd.conf

fixed some example IPs
This commit is contained in:
Reed McIntosh 2021-04-20 19:57:22 -04:00 committed by GitHub
parent e3df02ce00
commit 8f81806651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ update-conflict-detection false;
authoritative;
subnet 192.168.1.0 netmask 255.255.255.0 {
pool {
range 192.168.177.100 192.168.177.199;
range 192.168.1.100 192.168.1.199;
}
option routers 192.168.177.1;
option routers 192.168.1.1;
option domain-name-servers 192.168.1.1;
ping-check true;