Changeset 12:418d2ce80dc8 in freeDiameter for doc/freediameter.conf.sample
- Timestamp:
- Sep 28, 2009, 5:29:25 PM (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/freediameter.conf.sample
r10 r12 7 7 # This must be a valid FQDN that resolves to the local host. 8 8 # Default: hostname's FQDN 9 # LocalIdentity = "aaa.koganei.wide.ad.jp";9 #Identity = "aaa.koganei.wide.ad.jp"; 10 10 11 11 # The Diameter Realm of this daemon. 12 # Default: the domain part of LocalIdentity.13 # LocalRealm = "wide.ad.jp";12 # Default: the domain part of Identity. 13 #Realm = "wide.ad.jp"; 14 14 15 15 ############################################################## … … 18 18 # The port this peer is listening on for incoming connections (TCP and SCTP). 19 19 # Default: 3868 20 # LocalPort = 3868;20 #Port = 3868; 21 21 22 22 # The port this peer is listening on for incoming TLS connections (TCP and SCTP). 23 23 # See TLS_old_method for more information. 24 24 # Default: 3869 25 # LocalSecPort = 3869;25 #SecPort = 3869; 26 26 27 27 # Use RFC3588 method for TLS protection, where TLS is negociated after CER/CEA … … 94 94 #NoRelay; 95 95 96 # Other applications are configured by extensions.96 # Other applications are configured by loading appropriate extensions. 97 97 98 98 ############################################################## … … 105 105 # These extensions may in addition receive the name of a 106 106 # configuration file, the format of which is extension-specific. 107 107 # 108 108 # Format: 109 109 #LoadExtension = "/path/to/extension" [ : "/optional/configuration/file" ] ; 110 # 110 111 # Exemples: 111 112 #LoadExtension = "extensions/sample.so"; … … 113 114 114 115 116 ############################################################## 117 ## Peers configuration 118 119 # The local server listens for incoming connections. By default, 120 # all unknown connecting peers are rejected. Extensions can override this behavior. 121 # 122 # In addition to incoming connections, the local peer can 123 # be configured to establish and maintain connections to some 124 # Diameter nodes and allow connections from these nodes. 125 # This is achieved with the ConnectPeer directive described bellow. 126 # 127 # Note that the configured Diameter Id MUST match 128 # the information received inside CEA, or the connection will be aborted. 129 # 130 # Format: 131 #ConnectPeer = "diameterid" [ { parameter1; parameter2; ...} ] ; 132 # Parameters that can be specified in the peer's parameter list: 133 # No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method; 134 # No_TLS; # assume transparent security instead of TLS 135 # Port = 3868; # The port to connect to 136 # SCTP_streams = 30; 137 # TcTimer = 30; 138 # TwTimer = 30; 139 # ConnectTo = "202.249.37.5"; 140 # ConnectTo = "2001:200:903:2::202:1"; 141 # Examples: 142 #ConnectPeer = "aaa.wide.ad.jp"; 143 #ConnectPeer = "old.diameter.serv" { TcTimer = 60; TLS_old_method; No_SCTP; } ; 144 115 145 116 146 ############################################################## 117 147 # -------- Test configuration --------- 118 LocalIdentity = "aaa.koganei.wide.ad.jp";119 LocalRealm = "wide.ad.jp";120 LocalPort = 3866;121 LocalSecPort = 3867;148 Identity = "aaa.koganei.wide.ad.jp"; 149 Realm = "wide.ad.jp"; 150 Port = 3866; 151 SecPort = 3867; 122 152 TLS_old_method; 123 153 No_IP; … … 132 162 LoadExtension = "extensions/dict_nasreq.fdx"; 133 163 LoadExtension = "extensions/dict_eap.fdx"; 164 ConnectPeer = "jules.nautilus6.org" ;
Note: See TracChangeset
for help on using the changeset viewer.