From 8f72ba4aff3b7659617e1fd27f96d4b4d1a57af9 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 22 Mar 2013 23:52:01 +0100 Subject: [PATCH] Added Framed-IP-Address information to RADIUS accounting records --- .../tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf | 1 + .../tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf index 881971e806..438e1c14c3 100644 --- a/testing/tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-radius-accounting/hosts/carol/etc/ipsec.conf @@ -15,6 +15,7 @@ conn home leftid=carol@strongswan.org leftauth=eap leftfirewall=yes + leftsourceip=%config,%config6 eap_identity=carol right=PH_IP_MOON rightid=@moon.strongswan.org diff --git a/testing/tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf index 8ce1721f5a..7d4f94f483 100644 --- a/testing/tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-radius-accounting/hosts/moon/etc/ipsec.conf @@ -19,6 +19,7 @@ conn rw-eap rightid=*@strongswan.org rightsendcert=never rightauth=eap-radius + rightsourceip=10.3.0.0/24,fec3::0/120 eap_identity=%any right=%any auto=add -- 2.47.2