mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-06 00:00:10 -05:00
slightly adapted ikev2/rw-eap-md5-rsa scenario
This commit is contained in:
parent
5a5654ed1e
commit
a1b8be46b6
@ -1,7 +1,7 @@
|
||||
carol::cat /var/log/daemon.log::authentication of 'moon.strongswan.org' with RSA signature successful::YES
|
||||
carol::cat /var/log/daemon.log::authentication of 'moon.strongswan.org' with EAP successful::YES
|
||||
moon::cat /var/log/daemon.log::authentication of 'carol@strongswan.org' with EAP successful::YES
|
||||
moon::ipsec statusall::rw-eapaka.*ESTABLISHED::YES
|
||||
moon::ipsec statusall::rw-eap.*ESTABLISHED::YES
|
||||
carol::ipsec statusall::home.*ESTABLISHED::YES
|
||||
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES
|
||||
moon::tcpdump::IP carol.strongswan.org > moon.strongswan.org: ESP::YES
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
# /etc/ipsec.secrets - strongSwan IPsec secrets file
|
||||
|
||||
carol@strongswan.org : EAP "Ar3etTnp01qlpOgb"
|
||||
carol@strongswan.org : EAP "Ar3etTnp"
|
||||
|
||||
@ -11,7 +11,7 @@ conn %default
|
||||
keyingtries=1
|
||||
keyexchange=ikev2
|
||||
|
||||
conn rw-eapaka
|
||||
conn rw-eap
|
||||
authby=rsasig
|
||||
eap=md5
|
||||
left=PH_IP_MOON
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
|
||||
: RSA moonKey.pem
|
||||
|
||||
carol@strongswan.org : EAP "Ar3etTnp01qlpOgb"
|
||||
carol@strongswan.org : EAP "Ar3etTnp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user