]> git.pld-linux.org Git - packages/VMware-server.git/blobdiff - VMware-server-dhcpd.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/VMware-server.git] / VMware-server-dhcpd.conf
index 914cbecb6629401360e3e4d0fa1ba4ff78ee5777..f9f008b28332f6bbde9811976790603e810d2d71 100644 (file)
@@ -1,11 +1,18 @@
+#
+# Configuration file for ISC 2.0b6pl1 vmnet-dhcpd operating on vmnet8.
+#
+# 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.76.0 netmask 255.255.255.0 {
-    range 192.168.76.128 192.168.76.254;
-    option broadcast-address 192.168.76.255;
-    option domain-name-servers 192.168.76.2;
+subnet 172.16.98.0 netmask 255.255.255.0 {
+    range 172.16.98.128 172.16.98.254;
+    option broadcast-address 172.16.98.255;
+    option domain-name-servers 172.16.98.2;
     option domain-name "localdomain";
-    option routers 192.168.76.2;
+    option routers 172.16.98.2;
 }
This page took 0.083882 seconds and 4 git commands to generate.