N/A
First of all, determine if you really do NOT want to use one of the provided dialers. The dialers really do a very good job of establishing all the configuration required to get SLIP (and all the IAK applications) running.
Assuming that you do not want to use one of the provided dialers then you need to make sure that the following is in a file called slip.cfg in the directory pointed to by the ETC environment variable.
interface sl0
{
device=com?,
mtu=296,
compression=off
}
where com? is the serial port in use by the modem, and compression is set according to whether you want to use SLIP or CSLIP.
SLIP should then start up ok. If you want to dial out "manually", start SLIPTERM and type the modem dialler commands. When connected, logon to the service provider, start the slip connection then press F10 to get out of SLIPTERM to let SLIP start running.
A tip: don't kill SLIP before exiting SLIPTERM. Doing so will cause a system trap.
(c) Jon Seymour, 1994. All rights reserved.
This document may be freely redistributed for non-commerical purposes provided a reference to the original source of the document (http://www.zeta.org.au/~jon/Slip.html) is maintained.