Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh04-02 committed Aug 9, 2019
1 parent f0f38c1 commit ecda5e5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 33 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ east #
east #
echo "initdone"
initdone
east #
# checking the connections status
east #
ipsec whack --trafficstatus
006 #2: "clear-or-private#192.1.2.254/32"[1] ...192.1.2.254===10.0.10.1/32, type=ESP, add_time=1234567890, inBytes=336, outBytes=336, id='ID_NULL', lease=10.0.10.1/32
east #
ipsec whack --shuntstatus
000 Bare Shunt list:
000
east #
# A tunnel should have established with non-zero byte counters
east #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,24 +106,4 @@ road #
echo "Crashing the client."
Crashing the client.
road #
# A tunnel should have established with non-zero byte counters
road #
ipsec whack --trafficstatus
006 #2: "private-or-clear#192.1.2.0/24"[1] 10.0.10.2/32=== ...192.1.2.23, type=ESP, add_time=1234567890, inBytes=336, outBytes=336, id='C=CA, ST=Ontario, L=Toronto, O=Libreswan, OU=Test Department, CN=east.testing.libreswan.org, E=user-east@testing.libreswan.org', lease=10.0.10.2/32
road #
grep "negotiated connection" /tmp/pluto.log
"private-or-clear#192.1.2.0/24"[1] 10.0.10.2/32=== ...192.1.2.23 #2: negotiated connection [10.0.10.2-10.0.10.2:0-65535 0] -> [192.1.2.23-192.1.2.23:0-65535 0]
road #
grep IKEv2_AUTH_ OUTPUT/*pluto.log
OUTPUT/east.pluto.log:| auth method: IKEv2_AUTH_NULL (0xd)
OUTPUT/east.pluto.log:| auth method: IKEv2_AUTH_RSA (0x1)
OUTPUT/east.pluto.log:| auth method: IKEv2_AUTH_NULL (0xd)
OUTPUT/east.pluto.log:| auth method: IKEv2_AUTH_RSA (0x1)
OUTPUT/road.pluto.log:| auth method: IKEv2_AUTH_NULL (0xd)
OUTPUT/road.pluto.log:| auth method: IKEv2_AUTH_RSA (0x1)
road #
road #
../bin/check-for-core.sh
road #
if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi


0 comments on commit ecda5e5

Please sign in to comment.