testing: Added swanctl/mult-auth-rsa-eap-sim-id scenario
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
The roadwarrior <b>carol</b> sets up a connection to gateway <b>moon</b>
|
||||||
|
using multiple authentication exchanges (RFC 4739). In a first round
|
||||||
|
both <b>carol</b> and <b>moon</b> authenticate themselves by sending
|
||||||
|
an IKEv2 <b>RSA signature</b> accompanied by a certificate.
|
||||||
|
<p>
|
||||||
|
In a second round <b>carol</b> then uses the <i>Extensible Authentication Protocol</i>
|
||||||
|
in association with a <i>GSM Subscriber Identity Module</i> (<b>EAP-SIM</b>) to
|
||||||
|
authenticate herself against the remote RADIUS server <b>alice</b>.
|
||||||
|
In this scenario, triplets from the file <b>/etc/ipsec.d/triplets.dat</b>
|
||||||
|
are used instead of a physical SIM card on the client <b>carol</b>.
|
||||||
|
The gateway forwards all EAP messages to the RADIUS server <b>alice</b>
|
||||||
|
which also uses a static triplets file.
|
||||||
|
<p>
|
||||||
|
The roadwarrior <b>dave</b> also uses multiple authentication and succeeds
|
||||||
|
in the first round but sends wrong EAP-SIM triplets in the second round.
|
||||||
|
As a consequence the radius server <b>alice</b> returns an <b>Access-Reject</b>
|
||||||
|
message and the gateway <b>moon</b> sends back an <b>EAP_FAILURE</b>.
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
moon:: cat /var/log/daemon.log::parsed IKE_AUTH request.*N(AUTH_FOLLOWS)::YES
|
||||||
|
moon:: cat /var/log/daemon.log::authentication of .*[email protected].* with RSA.* successful::YES
|
||||||
|
carol::cat /var/log/daemon.log::authentication of .*moon.strongswan.org.* with RSA.* successful::YES
|
||||||
|
carol::cat /var/log/daemon.log::server requested EAP_SIM authentication::YES
|
||||||
|
moon:: cat /var/log/daemon.log::received EAP identity .*228060123456001::YES
|
||||||
|
moon:: cat /var/log/daemon.log::authentication of .*[email protected].* with EAP successful::YES
|
||||||
|
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_req=1::YES
|
||||||
|
carol::swanctl --list-sas --raw 2> /dev/null::home.*version=2 state=ESTABLISHED local-host=192.168.0.100 local-port=4500 [email protected] remote-host=192.168.0.1 remote-port=4500 remote-id=moon.strongswan.org initiator=yes.*encr-alg=AES_CBC encr-keysize=128 integ-alg=HMAC_SHA2_256_128 prf-alg=PRF_HMAC_SHA2_256 dh-group=MODP_3072.*child-sas.*home.*state=INSTALLED mode=TUNNEL protocol=ESP.*encr-alg=AES_GCM_16 encr-keysize=128.*local-ts=\[192.168.0.100/32] remote-ts=\[10.1.0.0/16]::YES
|
||||||
|
moon::swanctl --list-sas --raw 2> /dev/null::rw.*version=2 state=ESTABLISHED local-host=192.168.0.1 local-port=4500 local-id=moon.strongswan.org remote-host=192.168.0.100 remote-port=4500 [email protected] remote-eap-id=228060123456001.*encr-alg=AES_CBC encr-keysize=128 integ-alg=HMAC_SHA2_256_128 prf-alg=PRF_HMAC_SHA2_256 dh-group=MODP_3072.*child-sas.*net.*state=INSTALLED mode=TUNNEL protocol=ESP.*encr-alg=AES_GCM_16 encr-keysize=128.*local-ts=\[10.1.0.0/16] remote-ts=\[192.168.0.100/32]::YES
|
||||||
|
moon::cat /var/log/daemon.log::authentication of .*[email protected].* with RSA.* successful::YES
|
||||||
|
dave::cat /var/log/daemon.log::authentication of .*moon.strongswan.org.* with RSA.* successful::YES
|
||||||
|
dave::cat /var/log/daemon.log::server requested EAP_SIM authentication::YES
|
||||||
|
moon::cat /var/log/daemon.log::received EAP identity .*228060123456002::YES
|
||||||
|
moon::cat /var/log/daemon.log::RADIUS authentication of '228060123456002' failed::YES
|
||||||
|
moon::cat /var/log/daemon.log::EAP method EAP_SIM failed for peer [email protected]::YES
|
||||||
|
dave::cat /var/log/daemon.log::received EAP_FAILURE, EAP authentication failed::YES
|
||||||
|
dave::ping -c 1 -W 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_req=1::NO
|
||||||
|
moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES
|
||||||
|
moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP::YES
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
eap {
|
||||||
|
default_eap_type = sim
|
||||||
|
sim {
|
||||||
|
}
|
||||||
|
}
|
||||||
+3
@@ -0,0 +1,3 @@
|
|||||||
|
sim_files {
|
||||||
|
simtriplets = "/etc/freeradius/triplets.dat"
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
realm strongswan.org {
|
||||||
|
type = radius
|
||||||
|
authhost = LOCAL
|
||||||
|
accthost = LOCAL
|
||||||
|
}
|
||||||
+61
@@ -0,0 +1,61 @@
|
|||||||
|
authorize {
|
||||||
|
preprocess
|
||||||
|
chap
|
||||||
|
mschap
|
||||||
|
sim_files
|
||||||
|
suffix
|
||||||
|
eap {
|
||||||
|
ok = return
|
||||||
|
}
|
||||||
|
unix
|
||||||
|
files
|
||||||
|
expiration
|
||||||
|
logintime
|
||||||
|
pap
|
||||||
|
}
|
||||||
|
|
||||||
|
authenticate {
|
||||||
|
Auth-Type PAP {
|
||||||
|
pap
|
||||||
|
}
|
||||||
|
Auth-Type CHAP {
|
||||||
|
chap
|
||||||
|
}
|
||||||
|
Auth-Type MS-CHAP {
|
||||||
|
mschap
|
||||||
|
}
|
||||||
|
unix
|
||||||
|
eap
|
||||||
|
}
|
||||||
|
|
||||||
|
preacct {
|
||||||
|
preprocess
|
||||||
|
acct_unique
|
||||||
|
suffix
|
||||||
|
files
|
||||||
|
}
|
||||||
|
|
||||||
|
accounting {
|
||||||
|
detail
|
||||||
|
unix
|
||||||
|
radutmp
|
||||||
|
attr_filter.accounting_response
|
||||||
|
}
|
||||||
|
|
||||||
|
session {
|
||||||
|
radutmp
|
||||||
|
}
|
||||||
|
|
||||||
|
post-auth {
|
||||||
|
exec
|
||||||
|
Post-Auth-Type REJECT {
|
||||||
|
attr_filter.access_reject
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
pre-proxy {
|
||||||
|
}
|
||||||
|
|
||||||
|
post-proxy {
|
||||||
|
eap
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
228060123456001,30000000000000000000000000000000,30112233,305566778899AABB
|
||||||
|
228060123456001,31000000000000000000000000000000,31112233,315566778899AABB
|
||||||
|
228060123456001,32000000000000000000000000000000,32112233,325566778899AABB
|
||||||
|
228060123456002,33000000000000000000000000000000,33112233,335566778899AABB
|
||||||
|
228060123456002,34000000000000000000000000000000,34112233,345566778899AABB
|
||||||
|
228060123456002,35000000000000000000000000000000,35112233,355566778899AABB
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
228060123456001,30000000000000000000000000000000,30112233,305566778899AABB
|
||||||
|
228060123456001,31000000000000000000000000000000,31112233,315566778899AABB
|
||||||
|
228060123456001,32000000000000000000000000000000,32112233,325566778899AABB
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
|
charon {
|
||||||
|
load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac xcbc vici kernel-netlink socket-default fips-prf eap-sim eap-sim-file eap-identity updown
|
||||||
|
|
||||||
|
start-scripts {
|
||||||
|
creds = /usr/local/sbin/swanctl --load-creds
|
||||||
|
conns = /usr/local/sbin/swanctl --load-conns
|
||||||
|
}
|
||||||
|
}
|
||||||
+32
@@ -0,0 +1,32 @@
|
|||||||
|
connections {
|
||||||
|
|
||||||
|
home {
|
||||||
|
local_addrs = 192.168.0.100
|
||||||
|
remote_addrs = 192.168.0.1
|
||||||
|
|
||||||
|
local {
|
||||||
|
auth = pubkey
|
||||||
|
certs = carolCert.pem
|
||||||
|
id = [email protected]
|
||||||
|
}
|
||||||
|
local-eap {
|
||||||
|
auth = eap
|
||||||
|
id = [email protected]
|
||||||
|
eap_id = 228060123456001
|
||||||
|
}
|
||||||
|
remote {
|
||||||
|
auth = pubkey
|
||||||
|
id = moon.strongswan.org
|
||||||
|
}
|
||||||
|
children {
|
||||||
|
home {
|
||||||
|
remote_ts = 10.1.0.0/16
|
||||||
|
|
||||||
|
updown = /usr/local/libexec/ipsec/_updown iptables
|
||||||
|
esp_proposals = aes128gcm128-modp3072
|
||||||
|
}
|
||||||
|
}
|
||||||
|
version = 2
|
||||||
|
proposals = aes128-sha256-modp3072
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
228060123456002,33000000000000000000000000000000,33112244,335566778899AABB
|
||||||
|
228060123456002,34000000000000000000000000000000,34112244,345566778899AABB
|
||||||
|
228060123456002,35000000000000000000000000000000,35112244,355566778899AABB
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
|
charon {
|
||||||
|
load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac xcbc vici kernel-netlink socket-default fips-prf eap-sim eap-sim-file eap-identity updown
|
||||||
|
|
||||||
|
start-scripts {
|
||||||
|
creds = /usr/local/sbin/swanctl --load-creds
|
||||||
|
conns = /usr/local/sbin/swanctl --load-conns
|
||||||
|
}
|
||||||
|
}
|
||||||
+32
@@ -0,0 +1,32 @@
|
|||||||
|
connections {
|
||||||
|
|
||||||
|
home {
|
||||||
|
local_addrs = 192.168.0.200
|
||||||
|
remote_addrs = 192.168.0.1
|
||||||
|
|
||||||
|
local {
|
||||||
|
auth = pubkey
|
||||||
|
certs = daveCert.pem
|
||||||
|
id = [email protected]
|
||||||
|
}
|
||||||
|
local-eap {
|
||||||
|
auth = eap
|
||||||
|
[email protected]
|
||||||
|
eap_id=228060123456002
|
||||||
|
}
|
||||||
|
remote {
|
||||||
|
auth = pubkey
|
||||||
|
id = moon.strongswan.org
|
||||||
|
}
|
||||||
|
children {
|
||||||
|
home {
|
||||||
|
remote_ts = 10.1.0.0/16
|
||||||
|
|
||||||
|
updown = /usr/local/libexec/ipsec/_updown iptables
|
||||||
|
esp_proposals = aes128gcm128-modp3072
|
||||||
|
}
|
||||||
|
}
|
||||||
|
version = 2
|
||||||
|
proposals = aes128-sha256-modp3072
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
*filter
|
||||||
|
|
||||||
|
# default policy is DROP
|
||||||
|
-P INPUT DROP
|
||||||
|
-P OUTPUT DROP
|
||||||
|
-P FORWARD DROP
|
||||||
|
|
||||||
|
# allow esp
|
||||||
|
-A INPUT -i eth0 -p 50 -j ACCEPT
|
||||||
|
-A OUTPUT -o eth0 -p 50 -j ACCEPT
|
||||||
|
|
||||||
|
# allow IKE
|
||||||
|
-A INPUT -i eth0 -p udp --sport 500 --dport 500 -j ACCEPT
|
||||||
|
-A OUTPUT -o eth0 -p udp --dport 500 --sport 500 -j ACCEPT
|
||||||
|
|
||||||
|
# allow MobIKE
|
||||||
|
-A INPUT -i eth0 -p udp --sport 4500 --dport 4500 -j ACCEPT
|
||||||
|
-A OUTPUT -o eth0 -p udp --dport 4500 --sport 4500 -j ACCEPT
|
||||||
|
|
||||||
|
# allow ssh
|
||||||
|
-A INPUT -p tcp --dport 22 -j ACCEPT
|
||||||
|
-A OUTPUT -p tcp --sport 22 -j ACCEPT
|
||||||
|
|
||||||
|
# allow crl fetch from winnetou
|
||||||
|
-A INPUT -i eth0 -p tcp --sport 80 -s PH_IP_WINNETOU -j ACCEPT
|
||||||
|
-A OUTPUT -o eth0 -p tcp --dport 80 -d PH_IP_WINNETOU -j ACCEPT
|
||||||
|
|
||||||
|
# allow RADIUS protocol with alice
|
||||||
|
-A INPUT -i eth1 -p udp --sport 1812 -s PH_IP_ALICE -j ACCEPT
|
||||||
|
-A OUTPUT -o eth1 -p udp --dport 1812 -d PH_IP_ALICE -j ACCEPT
|
||||||
|
|
||||||
|
COMMIT
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
|
charon {
|
||||||
|
load = random nonce aes sha1 sha2 md5 pem pkcs1 gmp x509 curl revocation hmac xcbc vici kernel-netlink socket-default fips-prf eap-radius eap-identity updown
|
||||||
|
|
||||||
|
start-scripts {
|
||||||
|
creds = /usr/local/sbin/swanctl --load-creds
|
||||||
|
conns = /usr/local/sbin/swanctl --load-conns
|
||||||
|
}
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
eap-radius {
|
||||||
|
secret = gv6URkSs
|
||||||
|
server = PH_IP_ALICE
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
+30
@@ -0,0 +1,30 @@
|
|||||||
|
connections {
|
||||||
|
|
||||||
|
rw {
|
||||||
|
local_addrs = 192.168.0.1
|
||||||
|
|
||||||
|
local {
|
||||||
|
auth = pubkey
|
||||||
|
certs = moonCert.pem
|
||||||
|
id = moon.strongswan.org
|
||||||
|
}
|
||||||
|
remote {
|
||||||
|
auth = pubkey
|
||||||
|
id = *@strongswan.org
|
||||||
|
}
|
||||||
|
remote-eap {
|
||||||
|
auth = eap-radius
|
||||||
|
eap_id = %any
|
||||||
|
}
|
||||||
|
children {
|
||||||
|
net {
|
||||||
|
local_ts = 10.1.0.0/16
|
||||||
|
|
||||||
|
updown = /usr/local/libexec/ipsec/_updown iptables
|
||||||
|
esp_proposals = aes128gcm128-modp3072
|
||||||
|
}
|
||||||
|
}
|
||||||
|
version = 2
|
||||||
|
proposals = aes128-sha256-modp3072
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
carol::service charon stop 2> /dev/null
|
||||||
|
dave::service charon stop 2> /dev/null
|
||||||
|
moon::service charon stop 2> /dev/null
|
||||||
|
alice::killall radiusd
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
alice::cat /etc/freeradius/clients.conf
|
||||||
|
alice::cat /etc/freeradius/eap.conf
|
||||||
|
alice::cat /etc/freeradius/proxy.conf
|
||||||
|
alice::cat /etc/freeradius/triplets.dat
|
||||||
|
carol::cat /etc/ipsec.d/triplets.dat
|
||||||
|
dave::cat /etc/ipsec.d/triplets.dat
|
||||||
|
alice::radiusd
|
||||||
|
moon::service charon start 2> /dev/null
|
||||||
|
carol::service charon start 2> /dev/null
|
||||||
|
dave::service charon start 2> /dev/null
|
||||||
|
moon::expect-connection rw
|
||||||
|
carol::expect-connection home
|
||||||
|
carol::swanctl --initiate --child home 2> /dev/null
|
||||||
|
dave::expect-connection home
|
||||||
|
dave::swanctl --initiate --child home 2> /dev/null
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# This configuration file provides information on the
|
||||||
|
# guest instances used for this test
|
||||||
|
|
||||||
|
# All guest instances that are required for this test
|
||||||
|
#
|
||||||
|
VIRTHOSTS="alice moon carol winnetou dave"
|
||||||
|
|
||||||
|
# Corresponding block diagram
|
||||||
|
#
|
||||||
|
DIAGRAM="a-m-c-w-d.png"
|
||||||
|
|
||||||
|
# Guest instances on which tcpdump is to be started
|
||||||
|
#
|
||||||
|
TCPDUMPHOSTS="moon"
|
||||||
|
|
||||||
|
# Guest instances on which IPsec is started
|
||||||
|
# Used for IPsec logging purposes
|
||||||
|
#
|
||||||
|
IPSECHOSTS="moon carol dave"
|
||||||
|
|
||||||
|
# Guest instances on which FreeRadius is started
|
||||||
|
#
|
||||||
|
RADIUSHOSTS="alice"
|
||||||
|
|
||||||
|
# charon controlled by swanctl
|
||||||
|
#
|
||||||
|
SWANCTL=1
|
||||||
|
|
||||||
Reference in New Issue
Block a user