Make room for VIPs in the DHCP range.
This commit is contained in:
@@ -24,6 +24,6 @@ subnet 192.168.1.0 netmask 255.255.255.0 {
|
|||||||
option routers 192.168.1.1;
|
option routers 192.168.1.1;
|
||||||
option domain-name-servers 192.168.1.1;
|
option domain-name-servers 192.168.1.1;
|
||||||
option domain-name "home.paler.net";
|
option domain-name "home.paler.net";
|
||||||
range 192.168.1.100 192.168.1.200;
|
range 192.168.1.110 192.168.1.200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user