# HG changeset patch # User Sebastien Decugis # Date 1282634432 -32400 # Node ID 662b1f9258c3d5f2d5269573033eafa11df6f0aa # Parent 16224de837fdcca6085a2730faa60ab124ecdc8a Improve documentation as suggested by ????? ????????? (thank you) diff -r 16224de837fd -r 662b1f9258c3 doc/freediameter.conf.sample --- 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: