From: Mark Huang Date: Tue, 23 May 2006 18:14:47 +0000 (+0000) Subject: - enable local DNS server by default, set primary DNS server for MyPLC X-Git-Tag: myplc-0_4-rc1~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3744d8581747239659f62a85013ec6248ef5b733;p=myplc.git - enable local DNS server by default, set primary DNS server for MyPLC to 127.0.0.1 - add optional _IP parameters for each server so that the local DNS server can provide resolution for MyPLC itself - require dnsmasq --- diff --git a/plc_config.xml b/plc_config.xml index a9e1a7e..aea09e0 100644 --- a/plc_config.xml +++ b/plc_config.xml @@ -6,7 +6,7 @@ Default PLC configuration file Mark Huang Copyright (C) 2006 The Trustees of Princeton University -$Id: plc_config.xml,v 1.11 2006/04/24 18:04:25 mlhuang Exp $ +$Id: plc_config.xml,v 1.12 2006/04/28 20:15:00 mlhuang Exp $ --> @@ -111,18 +111,41 @@ $Id: plc_config.xml,v 1.11 2006/04/24 18:04:25 mlhuang Exp $ Primary DNS Server - 128.112.136.10 + 127.0.0.1 Primary DNS server address. Secondary DNS Server - 128.112.136.12 + Secondary DNS server address. + + DNS + MyPLC can provide forward DNS resolution for itself + and for its nodes. To enable resolution for MyPLC itself, set + the Primary DNS Server address to 127.0.0.1 and provide external + IP addresses for the database, API, web, and boot servers + below. To enable resolution for nodes, use the external IP + address of this machine as the primary DNS server address for + each node. + + + + Enable DNS + true + Enable the internal DNS server. The server does + not provide reverse resolution and is not a production + quality or scalable DNS solution. Use the internal DNS + server only for small deployments or for + testing. + + + + Mail Many maintenance scripts, as well as the API and @@ -187,11 +210,17 @@ $Id: plc_config.xml,v 1.11 2006/04/24 18:04:25 mlhuang Exp $ Hostname localhost.localdomain - The fully qualified hostname or IP address of - the database server. This hostname must be resolvable and - reachable by the rest of your installation. + The fully qualified hostname of the database + server. + + IP Address + 127.0.0.1 + The IP address of the database server, if not + resolvable by the configured DNS servers. + + Port 5432 @@ -244,12 +273,17 @@ $Id: plc_config.xml,v 1.11 2006/04/24 18:04:25 mlhuang Exp $ Hostname localhost.localdomain - The fully qualified hostname or IP address of - the API server. This hostname must be resolvable and - reachable by the rest of your installation, as well as your - nodes. + The fully qualified hostname of the API + server. + + IP Address + 127.0.0.1 + The IP address of the API server, if not + resolvable by the configured DNS servers. + + Port 80 @@ -347,12 +381,17 @@ $Id: plc_config.xml,v 1.11 2006/04/24 18:04:25 mlhuang Exp $ Hostname localhost.localdomain - The fully qualified hostname or IP address of - the web server. This hostname must be resolvable and - reachable by the rest of your installation, as well as your - nodes. + The fully qualified hostname of the web + server. + + IP Address + 127.0.0.1 + The IP address of the web server, if not + resolvable by the configured DNS servers. + + Port 80 @@ -410,12 +449,17 @@ $Id: plc_config.xml,v 1.11 2006/04/24 18:04:25 mlhuang Exp $ Hostname localhost.localdomain - The fully qualified hostname or IP address of - the boot server. This hostname must be resolvable and - reachable by the rest of your installation, as well as your - nodes. + The fully qualified hostname of the boot + server. + + IP Address + 127.0.0.1 + The IP address of the boot server, if not + resolvable by the configured DNS servers. + + Port 80 @@ -476,6 +520,9 @@ $Id: plc_config.xml,v 1.11 2006/04/24 18:04:25 mlhuang Exp $ sendmail sendmail-cf + + dnsmasq + rsync