adapted ikev1 alg and esp scenarios
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
|
||||
carol::ipsec status::home.*STATE_QUICK_I2.*IPsec SA established::YES
|
||||
moon::ipsec status::rw.*STATE_QUICK_R2.*IPsec SA established::YES
|
||||
carol::ping -c 1 -s 120 -p deadbeef 10.1.0.10::128 bytes from 10.1.0.10: icmp_seq=1::YES
|
||||
carol::ipsec statusall::ESP proposal: AES_CBC_256/AES_XCBC_96::YES
|
||||
moon::ipsec statusall::ESP proposal: AES_CBC_256/AES_XCBC_96::YES
|
||||
carol::ip xfrm state::auth xcbc(aes)::YES
|
||||
moon::ip xfrm state::auth xcbc(aes)::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.*length 196::YES
|
||||
moon::tcpdump::IP moon.strongswan.org > carol.strongswan.org: ESP.*length 196::YES
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ DIAGRAM="m-c-w.png"
|
||||
|
||||
# UML instances on which tcpdump is to be started
|
||||
#
|
||||
TCPDUMPHOSTS=""
|
||||
TCPDUMPHOSTS="moon"
|
||||
|
||||
# UML instances on which IPsec is started
|
||||
# Used for IPsec logging purposes
|
||||
|
||||
Reference in New Issue
Block a user