From 22bf7091103833a89daf6c8aeb6e1a8ba406e225 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Thu, 26 Jun 2014 12:35:37 +0000 Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5442 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/UTILS/CONF/s6a.conf.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openair-cn/UTILS/CONF/s6a.conf.in b/openair-cn/UTILS/CONF/s6a.conf.in index 5338eb6008..928f0d1447 100644 --- a/openair-cn/UTILS/CONF/s6a.conf.in +++ b/openair-cn/UTILS/CONF/s6a.conf.in @@ -13,6 +13,7 @@ TLS_CA = "/usr/local/etc/freeDiameter/cacert.pem"; # Default : TCP enabled No_TCP; #No_SCTP; +No_IPv6; # Limit the number of SCTP streams SCTP_streams = 15; @@ -21,7 +22,7 @@ NoRelay; TLS_old_method; AppServThreads = 1; -ListenOn = "192.168.60.145"; +#ListenOn = "192.168.57.100"; # -------- Extensions --------- @@ -60,4 +61,4 @@ LoadExtension = "dict_s6a.fdx"; # For only accepting incoming connections, see the acl_wl.fx extension. # ConnectPeer = "hss.test.fr" { ConnectTo = "192.168.56.101"; No_IPv6; No_TCP; Port = 3868; Realm = "test.fr"; }; -# ConnectPeer = "hss.test.fr" { ConnectTo = "192.168.56.1"; No_TLS; }; +# ConnectPeer = "hss.eur" { ConnectTo = "192.168.12.190"; No_IPv6; Port = 3868; }; -- GitLab