summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/files/dhcpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmware/files/dhcpd.conf')
-rw-r--r--os-plugins/plugins/vmware/files/dhcpd.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/os-plugins/plugins/vmware/files/dhcpd.conf b/os-plugins/plugins/vmware/files/dhcpd.conf
deleted file mode 100644
index a9db38ad..00000000
--- a/os-plugins/plugins/vmware/files/dhcpd.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-# should be autogenerated ...
-#
-# Configuration file for ISC 2.0b6pl1 vmnet-dhcpd operating on vmnet8.
-#
-# This file was automatically generated by the VMware configuration program.
-# If you modify it, it will be backed up the next time you run the
-# configuration program.
-#
-# We set domain-name-servers to make some DHCP clients happy
-# (dhclient as configued in SuSE, TurboLinux, etc.).
-# We also supply a domain name to make pump (Red Hat 6.x) happy.
-#
-allow unknown-clients;
-default-lease-time 1800; # 30 minutes
-max-lease-time 7200; # 2 hours
-
-subnet 192.168.100.0 netmask 255.255.255.0 {
- range 192.168.100.100 192.168.100.101;
- option broadcast-address 192.168.100.255;
- option domain-name-servers 192.168.100.2;
- option domain-name "localdomain";
- option routers 192.168.100.2;
-}