#!/bin/bash
#
# RCSID $Id: ttn,v 1.1.1.1 2004/08/17 13:06:27 ysc 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.1.1  2004/08/17 13:06:27  ysc
#
# openswan initial version
#
# Revision 1.1.1.1  2004/07/19 18:13:14  kennylin
#
# Initial Contact!
#
# Revision 1.1.1.1  2002/09/05 03:13:18  ken
# 1.98b
#
# 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.
#
#
