Navigation


Changeset 2:9cd6c787c9d4 in VirtualTestbed


Ignore:
Timestamp:
Jun 18, 2010, 10:37:35 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup up the comments in the files

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.
    152SCTP_streams = 3;
    163
    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 ##############################################################
    254TLS_Cred = "/root/ca_data/cert.pem" , "/root/ca_data/privkey.pem";
    265TLS_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
    377NoRelay;
    388
    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
    5110LoadExtension = "/root/freeDiameter/extensions/dbg_monitor.fdx";
     11# The application we are running.
    5212LoadExtension = "/root/freeDiameter/extensions/test_app.fdx"
    5313                : "/root/conf/freeDiameter/test_app.conf";
    54 
     14# Connect only to the client.
    5515ConnectPeer = "cli.simple.testbed.aaa" ;
    5616
  • conf/serv.simple.testbed.aaa/freeDiameter/test_app.conf

    r0 r2  
     1# This side is server, there is not much to configure...
    12mode = server;
Note: See TracChangeset for help on using the changeset viewer.