Subject: SLIP over IP
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Brian D. Carlstrom <bdc@ai.mit.edu>
List: current-users
Date: 04/05/1994 15:32:29
for various reason, i'm trying to run SLIP to another host that is also
on the internet. i've connected via slip to this host before with a
modem, so i know what do on the destination end. before i would then run
this on the local end after exiting "cu". 

	#!/bin/sh
	slattach -c -s 57600 /dev/com1
	ifconfig sl0 jolt.ai.mit.edu depot.ai.mit.edu
	route add default depot.ai.mit.edu

however, now i'm trying to start it up on the same tty that i am on, a
pseudo tty, not a physical one. any ideas on this? i dont seem why this
shouldnt be possible

-bri

------------------------------------------------------------------------------