Subject: Re: slip and PPP
To: None <vjl@netcom.com, markg@teleport.com>
From: John Shardlow <john@iceberg.demon.co.uk>
List: amiga
Date: 08/21/1995 01:01:08
> I'm trying to get a ppp connection set up as well, and after finding
> bsdip-1.01.tar.gz, and checking it out, it only seems to support slip.
> The ppp.c file looks like it just returns a not implemeted yet
> message.

This is my shell script to set up a PPP link to my Service Provider (Demon).

#!/bin/csh

/usr/sbin/pppd /dev/tty00 38400 defaultroute connect 'chat "" ATZ OK ATDT{1}
 ogin: {2} assword: {3} otocol: PPP HELLO' {4}:

Where:

{1} is the phone number
{2} is my machines login name at the PoP
{3} is the password
{4} is the hostname of my machine

This works fine.

John


--
+============================================+
|  John Shardlow - john@iceberg.demon.co.uk  | 
+============================================+