summaryrefslogtreecommitdiff
path: root/keama/tests/subnet4auth.in4
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/subnet4auth.in4')
-rw-r--r--keama/tests/subnet4auth.in418
1 files changed, 18 insertions, 0 deletions
diff --git a/keama/tests/subnet4auth.in4 b/keama/tests/subnet4auth.in4
new file mode 100644
index 00000000..dd7750d7
--- /dev/null
+++ b/keama/tests/subnet4auth.in4
@@ -0,0 +1,18 @@
+# DHCPv4 subnet declaration config
+
+# parameter which will be changed in subnet
+default-lease-time 1800;
+
+# DHCPv4 subnet declaration
+subnet 10.5.5.0 netmask 255.255.255.224 {
+ # at least one pool is required
+ pool {
+ range 10.5.5.5 10.5.5.10;
+ }
+ # authorize here
+ authoritative;
+ option domain-search "example.com", "example.org";
+ default-lease-time 3600;
+ ignore-client-uids false;
+}
+