Changeset 2:9cd6c787c9d4 in VirtualTestbed
- Timestamp:
- Jun 18, 2010, 10:37:35 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- conf/serv.simple.testbed.aaa/freeDiameter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf
r0 r2 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 number of streams to avoid flooding the logs. 15 2 SCTP_streams = 3; 16 3 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 4 TLS_Cred = "/root/ca_data/cert.pem" , "/root/ca_data/privkey.pem"; 26 5 TLS_CA = "/root/ca_data/ca.pem"; 27 # TLS_CRL = "/root/ca_data/crl.pem"; 28 29 #TLS_Prio = "NORMAL"; 30 #TLS_DH_Bits = 1024; 31 32 ############################################################## 33 #TcTimer = 30; 34 #TwTimer = 30; 35 36 ############################################################## 6 # In the simplest testbed we don't need relay capability 37 7 NoRelay; 38 8 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 9 # Monitor the state of the application easily 51 10 LoadExtension = "/root/freeDiameter/extensions/dbg_monitor.fdx"; 11 # The application we are running. 52 12 LoadExtension = "/root/freeDiameter/extensions/test_app.fdx" 53 13 : "/root/conf/freeDiameter/test_app.conf"; 54 14 # Connect only to the client. 55 15 ConnectPeer = "cli.simple.testbed.aaa" ; 56 16 -
conf/serv.simple.testbed.aaa/freeDiameter/test_app.conf
r0 r2 1 # This side is server, there is not much to configure... 1 2 mode = server;
Note: See TracChangeset
for help on using the changeset viewer.