blob: 7649abc5b8754718aad41f832300bf6c5c58c497 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
moon:: ipsec status 2> /dev/null::net-net.*ESTABLISHED.*moon.strongswan.org.*sun.strongswan.org::YES
sun:: ipsec status 2> /dev/null::net-net.*ESTABLISHED.*sun.strongswan.org.*moon.strongswan.org::YES
moon:: ipsec status 2> /dev/null::net-net.*INSTALLED, TUNNEL::YES
sun:: ipsec status 2> /dev/null::net-net.*INSTALLED, TUNNEL::YES
alice::traceroute -p 5353 -w 1 -q 1 -m 1 224.0.0.251::traceroute::YES
bob:: traceroute -p 5353 -w 1 -q 1 -m 1 224.0.0.251::traceroute::YES
moon:: traceroute -p 5353 -w 1 -q 1 -m 1 224.0.0.251::traceroute::YES
sun:: traceroute -p 5353 -w 1 -q 1 -m 1 224.0.0.251::traceroute::YES
sun::tcpdump::IP moon.strongswan.org > sun.strongswan.org: ESP::YES
sun::tcpdump::IP sun.strongswan.org > moon.strongswan.org: ESP::YES
alice::tcpdump::IP bob.strongswan.org.*224.0.0.251::YES
alice::tcpdump::IP moon1.strongswan.org.*224.0.0.251::YES
alice::tcpdump::IP sun1.strongswan.org.*224.0.0.251::NO
bob::tcpdump::IP alice.strongswan.org.*224.0.0.251::YES
bob::tcpdump::IP sun1.strongswan.org.*224.0.0.251::YES
bob::tcpdump::IP moon1.strongswan.org.*224.0.0.251::NO
|