From e9303fa87267e821b9d16dcc71231250432e152c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 8 Apr 2008 05:33:06 +0000 Subject: [PATCH] - vmware configured Changed files: VMware-server-dhcpd-hostonly.conf -> 1.1 --- VMware-server-dhcpd-hostonly.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 VMware-server-dhcpd-hostonly.conf diff --git a/VMware-server-dhcpd-hostonly.conf b/VMware-server-dhcpd-hostonly.conf new file mode 100644 index 0000000..58c5f6b --- /dev/null +++ b/VMware-server-dhcpd-hostonly.conf @@ -0,0 +1,22 @@ +# +# Configuration file for ISC 2.0b6pl1 vmnet-dhcpd operating on vmnet1. +# +# 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.23.0 netmask 255.255.255.0 { + range 192.168.23.128 192.168.23.254; + option broadcast-address 192.168.23.255; + option domain-name-servers 192.168.23.1; + option domain-name "localdomain"; + +} -- 2.43.0