changeset 513:662b1f9258c3

Improve documentation as suggested by ????? ????????? (thank you)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 24 Aug 2010 16:20:32 +0900
parents 16224de837fd
children 179ef7de53de
files doc/freediameter.conf.sample
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/freediameter.conf.sample	Tue Aug 24 16:20:10 2010 +0900
+++ b/doc/freediameter.conf.sample	Tue Aug 24 16:20:32 2010 +0900
@@ -11,7 +11,7 @@
 #Identity = "aaa.koganei.freediameter.net";
 
 # The Diameter Realm of this daemon.
-# Default: the domain part of Identity.
+# Default: the domain part of Identity (after the first dot).
 #Realm = "koganei.freediameter.net";
 
 ##############################################################
@@ -69,6 +69,9 @@
 #ListenOn = "2001:200:903:2::202:1";
 #ListenOn = "fe80::21c:5ff:fe98:7d62%eth0";
 
+# Note: although by default freeDiameter listens also on the loopback interface, it
+# will not be able to connect to the loopback address.
+
 ##############################################################
 ##  TLS Configuration
 
@@ -184,6 +187,11 @@
 # Note that the configured Diameter Id MUST match
 # the information received inside CEA, or the connection will be aborted.
 #
+# Note also, loopback addresses are not allowed currently in freeDiameter 
+# (because of a bad behavior if they are allowed).
+# As a workaround, one might provide a public address of the local machine to
+# test locally.
+#
 # Format:
 #ConnectPeer = "diameterid" [ { parameter1; parameter2; ...} ] ;
 # Parameters that can be specified in the peer's parameter list:
"Welcome to our mercurial repository"