evaltest.dat 1.3 KB

1234567891011121314151617181920
  1. carol::ipsec status 2> /dev/null::home.*ESTABLISHED.*carol@strongswan.org.*moon.strongswan.org::YES
  2. carol::ipsec status 2> /dev/null::home.*INSTALLED, TUNNEL::YES
  3. dave:: ipsec status 2> /dev/null::home.*ESTABLISHED.*dave@strongswan.org.*moon.strongswan.org::YES
  4. dave:: ipsec status 2> /dev/null::home.*INSTALLED, TUNNEL::YES
  5. moon:: ipsec status 2> /dev/null::rw.*ESTABLISHED.*moon.strongswan.org.*carol@strongswan.org::YES
  6. moon:: ipsec status 2> /dev/null::rw.*ESTABLISHED.*moon.strongswan.org.*dave@strongswan.org::YES
  7. moon:: ipsec status 2> /dev/null::rw.*INSTALLED, TUNNEL, reqid 1::YES
  8. moon:: ipsec status 2> /dev/null::rw.*INSTALLED, TUNNEL, reqid 2::YES
  9. alice::ping -W 1 -c 1 239.0.0.1 2>&1> /dev/null
  10. carol::ping -W 1 -c 1 239.0.0.2 2>&1> /dev/null
  11. dave::ping -W 1 -c 1 239.0.0.3 2>&1> /dev/null
  12. carol::ping -W 1 -c 1 -b 10.1.255.255 2>&1> /dev/null
  13. dave::ping -W 1 -c 1 -b 10.1.255.255 2>&1> /dev/null
  14. moon::iptables -t mangle -L -n -v
  15. carol::tcpdump::IP alice.strongswan.org > 239.0.0.1: ICMP echo request::YES
  16. dave::tcpdump::IP alice.strongswan.org > 239.0.0.1: ICMP echo request::YES
  17. carol::tcpdump::IP 10.1.0.130 > 239.0.0.3: ICMP echo request::YES
  18. dave::tcpdump::IP 10.1.0.129 > 239.0.0.2: ICMP echo request::YES
  19. carol::tcpdump::IP 10.1.0.130 > 10.1.255.255: ICMP echo request::YES
  20. dave::tcpdump::IP 10.1.0.129 > 10.1.255.255: ICMP echo request::YES