|
@@ -17,9 +17,10 @@ option ms-classless-static-routes 24, 192, 168, 1, 10, 0, 0, 8, 0, 10, 0, 0, 1;
|
|
|
|
|
|
subnet {{ dhcp_cidr }} netmask {{ dhcp_netmask }} {
|
|
|
|
|
|
- option routers {{ dhcp_routers }};
|
|
|
+ option routers {{ dhcp_default_gateway }};
|
|
|
|
|
|
- option domain-name-servers {{ gateway_server_ip }}, {{ dns_primary }}, {{ dns_secondary }};
|
|
|
+ option domain-name-servers {{ dhcp_secure_gateway }}, {{ dns_primary }}, {{ dns_secondary }};
|
|
|
+ option domain-name "home.arpa";
|
|
|
|
|
|
## WINS info for Windows capability
|
|
|
#option netbios-name-servers 10.0.0.4;
|
|
@@ -29,7 +30,7 @@ subnet {{ dhcp_cidr }} netmask {{ dhcp_netmask }} {
|
|
|
range {{ dhcp_range_start }} {{ dhcp_range_end }};
|
|
|
|
|
|
class "secured" {
|
|
|
- option routers {{ gateway_server_ip }};
|
|
|
+ option routers {{ dhcp_secure_gateway }};
|
|
|
|
|
|
# 192.168.1.0/24 thru 10.0.0.8, 10.0.0.2 as default route
|
|
|
#option rfc3442-classless-static-routes 24, 192, 168, 1, 10, 0, 0, 8, 0, 10, 0, 0, 2;
|