aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/etc/scripts/dhcp/ludd-cluster-5-dhcpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/etc/scripts/dhcp/ludd-cluster-5-dhcpd.conf')
-rw-r--r--vnet/etc/scripts/dhcp/ludd-cluster-5-dhcpd.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/vnet/etc/scripts/dhcp/ludd-cluster-5-dhcpd.conf b/vnet/etc/scripts/dhcp/ludd-cluster-5-dhcpd.conf
new file mode 100644
index 00000000000..d4cb3ed718a
--- /dev/null
+++ b/vnet/etc/scripts/dhcp/ludd-cluster-5-dhcpd.conf
@@ -0,0 +1,8 @@
+# add at the bottom
+
+subnet 192.168.0.0 netmask 255.255.0.0 {
+ range 192.168.1.10 192.168.1.254;
+ option routers 192.168.1.1;
+ default-lease-time 15;
+ max-lease-time 15;
+}