Changeset 1:68698a98191c in VirtualTestbed for conf/cli.simple.testbed.aaa/freeDiameter/freeDiameter.conf
- Timestamp:
- Jun 17, 2010, 11:46:14 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf/cli.simple.testbed.aaa/freeDiameter/freeDiameter.conf
r0 r1 1 # This is a sample configuration file for freeDiameter daemon. 2 3 ############################################################## 4 #Identity = "aaa.koganei.wide.ad.jp"; 5 #Realm = "wide.ad.jp"; 6 7 ############################################################## 8 #Port = 3868; 9 #SecPort = 3869; 10 #TLS_old_method; 11 #No_TCP; 12 #No_SCTP; 13 #Prefer_TCP; 14 #SCTP_streams = 30; 1 # Limit the number of streams to avoid flooding the log. 15 2 SCTP_streams = 3; 16 17 ##############################################################18 #No_IP;19 #No_IPv6;20 #ListenOn = "202.249.37.5";21 #ListenOn = "2001:200:903:2::202:1";22 #ListenOn = "fe80::21c:5ff:fe98:7d62%eth0";23 24 ##############################################################25 3 TLS_Cred = "/root/ca_data/cert.pem" , "/root/ca_data/privkey.pem"; 26 4 TLS_CA = "/root/ca_data/ca.pem"; 27 # TLS_CRL = "/root/ca_data/crl.pem";28 5 29 #TLS_Prio = "NORMAL";30 #TLS_DH_Bits = 1024;31 32 ##############################################################33 #TcTimer = 30;34 #TwTimer = 30;35 36 ##############################################################37 6 NoRelay; 38 39 ##############################################################40 #LoadExtension = "/path/to/extension" [ : "/optional/configuration/file" ] ;41 42 ##############################################################43 #ConnectPeer = "diameterid" [ params... ] ;44 # params: No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method; No_TLS;45 # Port = 3868; TcTimer = 30; TwTimer = 30; ConnectTo = "202.249.37.5"; TLS_Prio = "NORMAL";46 47 48 ##############################################################49 # -------- Test configuration ---------50 51 7 LoadExtension = "/root/freeDiameter/extensions/dbg_monitor.fdx"; 52 8 # LoadExtension = "/root/freeDiameter/extensions/dbg_rt.fdx";
Note: See TracChangeset
for help on using the changeset viewer.