OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / test / ji / tif96
1 #!/bin/sh
2 #
3 # RCSID $Id: tif96,v 1.3 1999/04/06 04:54:36 rgb Exp $
4 #
5 # This script is OBSOLETE -- rgb, May 6th, 1998
6
7 # forward path
8
9 ../utils/addrt 10.1.0.0 255.255.0.0 10.3.0.0 255.255.0.0 10.2.0.139 113
10 echo sleeping after addrt
11 sleep 1
12
13 ../utils/setsa 10.2.0.139 113 ip4 10.2.0.143 10.2.0.139
14
15 # ../utils/setsa 10.2.0.139 114 ah md5 66306630663031326630663066303132
16 ../utils/setsa 10.2.0.139 115 esp 3des-md5-96 i 1000000000000001 6630663066303132
17 # ../utils/setsa 10.2.0.139 116 ah hmac-md5 66306630663031326630663066303132
18 # ../utils/setsa 10.2.0.139 117 ah hmac-sha1 66306630663031326630663066303132
19 # ../utils/setsa 10.2.0.139 118 esp des-md5 i 1000000000000001 6630663066303132
20 # ../utils/setsa 10.2.0.139 119 esp des-cbc 61626364 6630663066303132
21
22 ../utils/spigrp 10.2.0.139 113 10.2.0.139 115 
23
24 #
25 # $Log: tif96,v $
26 # Revision 1.3  1999/04/06 04:54:36  rgb
27 # Fix/Add RCSID Id: and Log: bits to make PHMDs happy.  This includes
28 # patch shell fixes.
29 #
30 #