[Erp5-report] r7460 - /umigumi/trunk/custom/erp5_cd/root/config.xml

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 23 17:33:46 CEST 2006


Author: kevin
Date: Tue May 23 17:33:44 2006
New Revision: 7460

URL: http://svn.erp5.org?rev=7460&view=rev
Log:
Use DHCP as default

Modified:
    umigumi/trunk/custom/erp5_cd/root/config.xml

Modified: umigumi/trunk/custom/erp5_cd/root/config.xml
URL: http://svn.erp5.org/umigumi/trunk/custom/erp5_cd/root/config.xml?rev=7460&r1=7459&r2=7460&view=diff
==============================================================================
--- umigumi/trunk/custom/erp5_cd/root/config.xml (original)
+++ umigumi/trunk/custom/erp5_cd/root/config.xml Tue May 23 17:33:44 2006
@@ -3,15 +3,15 @@
     <host id="master">
       <hostname>erp5</hostname>
       <domainname>local.domain</domainname>
-      <connection_type>static</connection_type> <!-- static or dhcp -->
+      <connection_type>dhcp</connection_type> <!-- static or dhcp -->
       <network_device>eth0</network_device>
 
-      <ip_address>192.168.242.2</ip_address>
-      <netmask>255.255.255.0</netmask>
-      <network_address>192.168.242.0</network_address>
-      <broadcast_address>192.168.242.255</broadcast_address>
-      <gateway>192.168.242.254</gateway>
-      <nameservers>192.168.242.254</nameservers> <!-- separated by spaces-->
+      <ip_address></ip_address>
+      <netmask></netmask>
+      <network_address></network_address>
+      <broadcast_address></broadcast_address>
+      <gateway></gateway>
+      <nameservers></nameservers> <!-- separated by spaces-->
 
       <wlan_wep_key></wlan_wep_key>
       <wlan_essid></wlan_essid>




More information about the Erp5-report mailing list