SOURCES: VMware-server-dhcpd.conf, VMware-server-nat.conf - update

glen glen at pld-linux.org
Tue Apr 8 07:33:27 CEST 2008


Author: glen                         Date: Tue Apr  8 05:33:27 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update

---- Files affected:
SOURCES:
   VMware-server-dhcpd.conf (1.1 -> 1.2) , VMware-server-nat.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/VMware-server-dhcpd.conf
diff -u SOURCES/VMware-server-dhcpd.conf:1.1 SOURCES/VMware-server-dhcpd.conf:1.2
--- SOURCES/VMware-server-dhcpd.conf:1.1	Wed Mar  1 22:52:47 2006
+++ SOURCES/VMware-server-dhcpd.conf	Tue Apr  8 07:33:21 2008
@@ -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;
 }

================================================================
Index: SOURCES/VMware-server-nat.conf
diff -u SOURCES/VMware-server-nat.conf:1.1 SOURCES/VMware-server-nat.conf:1.2
--- SOURCES/VMware-server-nat.conf:1.1	Wed Mar  1 22:52:47 2006
+++ SOURCES/VMware-server-nat.conf	Tue Apr  8 07:33:22 2008
@@ -1,9 +1,9 @@
 # Linux NAT configuration file
 [host]
 # NAT gateway address
-ip = 192.168.76.2
+ip = 172.16.98.2
 netmask = 255.255.255.0
-# or ip = 192.168.76.2/24
+# or ip = 172.16.98.2/24
 
 # enable configuration; disabled by default for security reasons
 #configport = 33445
@@ -28,19 +28,19 @@
 
 # FTP (both active and passive FTP is always enabled)
 #      ftp localhost 8887
-#8887 = 192.168.76.128:21
+#8887 = 172.16.98.128:21
 
 # WEB (make sure that if you are using named webhosting, names point to
 #     your host, not to guest... And if you are forwarding port other
 #     than 80 make sure that your server copes with mismatched port 
 #     number in Host: header)
 #      lynx http://localhost:8888
-#8888 = 192.168.76.128:80
+#8888 = 172.16.98.128:80
 
 # SSH
 #      ssh -p 8889 root at localhost
-#8889 = 192.168.76.128:22
+#8889 = 172.16.98.128:22
 
 [incomingudp]
 # UDP port forwarding example
-#6000 = 192.168.76.128:6001
+#6000 = 172.16.98.128:6001
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/VMware-server-dhcpd.conf?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/VMware-server-nat.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list