Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!haven.umd.edu!ni.umd.edu!sayshell.umd.edu!louie From: louie@sayshell.umd.edu (Louis A. Mamakos) Newsgroups: comp.sys.next Subject: Re: DialUpIP SLIP is available Message-ID: <1991Jun14.210344.23480@ni.umd.edu> Date: 14 Jun 91 21:03:44 GMT References: <1991Jun13.170751.1743@ni.umd.edu> <1991Jun14.174406.22729@ccu.umanitoba.ca> <1991Jun14.194819.22490@unixg.ubc.ca> Sender: usenet@ni.umd.edu (USENET News System) Organization: University of Maryland, College Park Lines: 24 In article <1991Jun14.194819.22490@unixg.ubc.ca> ken@unixg.ubc.ca (Kenneth White) writes: >I installed DialUpIP Slip but we don't have it working yet, the files >show what to do for Dial up but we have a hard-wired SLIP connection. This is really easy. You need the simplest script file that there is to do SLIP over a dedicated serial line. Just create a file, put its name in the script field on the appropriate line in the/usr/dialupip/config/diald.conf file. This script consists of one line: go which tells the diald process that the SLIP connection has been established. Make sure that you have DCD (carrier detect) on the port asserted since diald uses that to determine of the line has dropped. The example script files are just samples of the most usual case of dialing a modem (and possibly logging into a SLIP server). You are free to hack those over anyway that you want; the only thing that's required to enable SLIP on a particular line is to invoke the "go" command in a script file, somewhere, somehow. It's not necessary to maintain the structure or to emulate the example files if it seems to be inappropriate for you situation. louie