mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
The main difference is that ping now reports icmp_seq instead of icmp_req, so we match for icmp_.eq, which works with both releases. tcpdump now also reports port 4500 as ipsec-nat-t.
9 lines
526 B
Plaintext
9 lines
526 B
Plaintext
moon:: ipsec status 2> /dev/null::rw.*INSTALLED, TUNNEL::YES
|
|
carol::ipsec status 2> /dev/null::home.*INSTALLED, TUNNEL::YES
|
|
carol::ping -c 1 -s 120 -p deadbeef PH_IP_ALICE::128 bytes from PH_IP_ALICE: icmp_.eq=1::YES
|
|
carol::sleep 11::NO
|
|
carol::cat /var/log/daemon.log::deleting CHILD_SA after 10 seconds of inactivity::YES
|
|
moon:: ipsec status 2> /dev/null::rw.*INSTALLED::NO
|
|
carol::ipsec status 2> /dev/null::home.*INSTALLED::NO
|
|
carol::ping -c 1 -W 1 -s 120 -p deadbeef PH_IP_ALICE::128 bytes from PH_IP_ALICE: icmp_.eq=1::NO
|