diff conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf @ 0:9e5a3c884de6

Initial import of the virtual testbed.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 17 Jun 2010 11:00:32 +0900
parents
children 9cd6c787c9d4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf	Thu Jun 17 11:00:32 2010 +0900
@@ -0,0 +1,56 @@
+# This is a sample configuration file for freeDiameter daemon.
+
+##############################################################
+#Identity = "aaa.koganei.wide.ad.jp";
+#Realm = "wide.ad.jp";
+
+##############################################################
+#Port = 3868;
+#SecPort = 3869;
+#TLS_old_method;
+#No_TCP;
+#No_SCTP;
+#Prefer_TCP;
+#SCTP_streams = 30;
+SCTP_streams = 3;
+
+##############################################################
+#No_IP;
+#No_IPv6;
+#ListenOn = "202.249.37.5";
+#ListenOn = "2001:200:903:2::202:1";
+#ListenOn = "fe80::21c:5ff:fe98:7d62%eth0";
+
+##############################################################
+TLS_Cred = "/root/ca_data/cert.pem" , "/root/ca_data/privkey.pem";
+TLS_CA = "/root/ca_data/ca.pem";
+# TLS_CRL = "/root/ca_data/crl.pem";
+
+#TLS_Prio = "NORMAL";
+#TLS_DH_Bits = 1024;
+
+##############################################################
+#TcTimer = 30;
+#TwTimer = 30;
+
+##############################################################
+NoRelay;
+
+##############################################################
+#LoadExtension = "/path/to/extension" [ : "/optional/configuration/file" ] ;
+
+##############################################################
+#ConnectPeer = "diameterid" [ params... ] ;
+#   params: No_TCP; No_SCTP; No_IP; No_IPv6; Prefer_TCP; TLS_old_method; No_TLS;
+#           Port = 3868; TcTimer = 30; TwTimer = 30; ConnectTo = "202.249.37.5"; TLS_Prio = "NORMAL";
+
+
+##############################################################
+# -------- Test configuration ---------
+
+LoadExtension = "/root/freeDiameter/extensions/dbg_monitor.fdx";
+LoadExtension = "/root/freeDiameter/extensions/test_app.fdx" 
+		: "/root/conf/freeDiameter/test_app.conf";
+
+ConnectPeer = "cli.simple.testbed.aaa" ;
+
"Welcome to our mercurial repository"