OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / test / ji / ttn
1 #!/bin/bash
2 #
3 # RCSID $Id: ttn,v 1.3 1999/04/06 04:54:36 rgb Exp $
4 #
5 # This script is OBSOLETE -- rgb, May 6th, 1998
6 set +v
7 insmod ipsec.o
8 tncfg attach ipsec0 eth2
9 ifconfig ipsec0 10.2.0.143 up netmask 255.255.0.0
10 route del 10.2.0.0
11 route add -net 10.2.0.0 netmask 255.255.0.0 dev ipsec0
12
13
14 #
15 # $Log: ttn,v $
16 # Revision 1.3  1999/04/06 04:54:36  rgb
17 # Fix/Add RCSID Id: and Log: bits to make PHMDs happy.  This includes
18 # patch shell fixes.
19 #
20 #