Navigation



Ignore:
Timestamp:
Feb 22, 2011, 2:54:59 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Tags:
tip
Message:

New configuration for Redirect tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf/serv.b.rt.testbed.aaa/freeDiameter/freeDiameter.conf

    r14 r15  
    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;
    151SCTP_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 ##############################################################
    252TLS_Cred = "/root/ca_data/cert.pem" , "/root/ca_data/privkey.pem";
    263TLS_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 ##############################################################
    374NoRelay;
    385
    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 ##############################################################
    496# -------- Test configuration ---------
    507
     
    529# LoadExtension = "/root/freeDiameter/extensions/dbg_rt.fdx";
    5310# LoadExtension = "/root/freeDiameter/extensions/test_rt_any.fdx";
     11
    5412LoadExtension = "/root/freeDiameter/extensions/test_app.fdx"
    5513                : "/root/conf/freeDiameter/test_app.conf";
     
    5715ConnectPeer = "proxy.b.rt.testbed.aaa" ;
    5816ConnectPeer = "proxy.a.rt.testbed.aaa" ;
    59 
Note: See TracChangeset for help on using the changeset viewer.