#!/bin/bash
#
# RCSID $Id: ttn,v 1.1 2004/05/01 00:43:53 fye Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
set +v
insmod ipsec.o
tncfg attach ipsec0 eth2
ifconfig ipsec0 10.2.0.143 up netmask 255.255.0.0
route del 10.2.0.0
route add -net 10.2.0.0 netmask 255.255.0.0 dev ipsec0


#
# $Log: ttn,v $
# Revision 1.1  2004/05/01 00:43:53  fye
# added freeswan
#
# Revision 1.1.1.1  2003/03/24 20:29:01  gigis
# freeswan-1.99
#
# Revision 1.1.1.1  2003/03/22 01:57:25  gigis
# freeswan-1.99
#
# Revision 1.3  1999/04/06 04:54:36  rgb
# Fix/Add RCSID Id: and Log: bits to make PHMDs happy.  This includes
# patch shell fixes.
#
#
