comparison doc/freediameter.conf.sample @ 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 660208ca0e54
children 7c9a00bfd115
comparison
equal deleted inserted replaced
512:16224de837fd 513:662b1f9258c3
9 # This must be a valid FQDN that resolves to the local host. 9 # This must be a valid FQDN that resolves to the local host.
10 # Default: hostname's FQDN 10 # Default: hostname's FQDN
11 #Identity = "aaa.koganei.freediameter.net"; 11 #Identity = "aaa.koganei.freediameter.net";
12 12
13 # The Diameter Realm of this daemon. 13 # The Diameter Realm of this daemon.
14 # Default: the domain part of Identity. 14 # Default: the domain part of Identity (after the first dot).
15 #Realm = "koganei.freediameter.net"; 15 #Realm = "koganei.freediameter.net";
16 16
17 ############################################################## 17 ##############################################################
18 ## Transport protocol configuration 18 ## Transport protocol configuration
19 19
66 # Specify local addresses where the server must listen 66 # Specify local addresses where the server must listen
67 # Default : listen on all addresses available. 67 # Default : listen on all addresses available.
68 #ListenOn = "202.249.37.5"; 68 #ListenOn = "202.249.37.5";
69 #ListenOn = "2001:200:903:2::202:1"; 69 #ListenOn = "2001:200:903:2::202:1";
70 #ListenOn = "fe80::21c:5ff:fe98:7d62%eth0"; 70 #ListenOn = "fe80::21c:5ff:fe98:7d62%eth0";
71
72 # Note: although by default freeDiameter listens also on the loopback interface, it
73 # will not be able to connect to the loopback address.
71 74
72 ############################################################## 75 ##############################################################
73 ## TLS Configuration 76 ## TLS Configuration
74 77
75 # TLS is managed by the GNUTLS library in the freeDiameter daemon. 78 # TLS is managed by the GNUTLS library in the freeDiameter daemon.
181 # Diameter nodes and allow connections from these nodes. 184 # Diameter nodes and allow connections from these nodes.
182 # This is achieved with the ConnectPeer directive described bellow. 185 # This is achieved with the ConnectPeer directive described bellow.
183 # 186 #
184 # Note that the configured Diameter Id MUST match 187 # Note that the configured Diameter Id MUST match
185 # the information received inside CEA, or the connection will be aborted. 188 # the information received inside CEA, or the connection will be aborted.
189 #
190 # Note also, loopback addresses are not allowed currently in freeDiameter
191 # (because of a bad behavior if they are allowed).
192 # As a workaround, one might provide a public address of the local machine to
193 # test locally.
186 # 194 #
187 # Format: 195 # Format:
188 #ConnectPeer = "diameterid" [ { parameter1; parameter2; ...} ] ; 196 #ConnectPeer = "diameterid" [ { parameter1; parameter2; ...} ] ;
189 # Parameters that can be specified in the peer's parameter list: 197 # Parameters that can be specified in the peer's parameter list:
190 # No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method; 198 # No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method;
"Welcome to our mercurial repository"