From tomj@fido.wps.com Thu Feb 17 21:54:48 1994
Received: from fido.wps.com by fnord.tlg.org (8.3/wps.com-hackery)
	id VAA00263; Thu, 17 Feb 1994 21:54:45 -0800
Received: by fido.wps.com (5.67/wps.com-hackery)
	id AA18431; Thu, 17 Feb 94 21:54:55 -0800
Received: from [140.174.115.1] by fido.wps.com (5.67/wps.com-hackery)
	id AA15454; Thu, 17 Feb 94 03:12:12 -0800
Received: from localhost by steel.twilight.com (8.6.5/TCP/hacked/2.0)
	id DAA01204; Thu, 17 Feb 1994 03:12:57 -0800
Date: Thu, 17 Feb 1994 03:12:57 -0800
From: tom@twilight.com (Tom Markson)
Message-Id: <199402171112.DAA01204@steel.twilight.com>
To: tomj@wps.com
Subject: More Slip stuff
Sender: tomj@fido.wps.com
Status: O


This is the slip script I use to connect to Little Garden.  It uses that
startslip script I sent you earler:

#!/bin/sh
stty -f /dev/tty01 clocal cts_oflow rts_iflow 
/sbin/ifconfig sl0 inet 140.174.115.1 140.174.122.3 link0 netmask 255.255.255.255
/sbin/startslip -d -b 38400 -s "ATDT7887146" /dev/tty01 "Stwiligh" "decafn8d"
/sbin/route add default 140.174.122.3


