Subject: Re: PPP Woes (addendum)
To: Tom Tarka <tommy@slackers.net>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 02/16/1998 15:15:31
On Mon, 16 Feb 1998, Tom Tarka wrote:

> Just as an aside, I am running ppp over a serial link to another machine
> from this box.  So my /etc/ppp/ files look like this:
> 
> 
> options:
> bsdcomp 15,15 
> 
> options.tty00 (the serial link):
> persist  netmask 255.255.255.0 140.172.10.48:140.172.10.103 local 
> 
> options.tty01 (the modem (answering dialin) link):
> persist netmask 255.255.255.0 140.172.10.48:140.172.10.110 modem

These IP addresses are wrong. They should be
<local_IP_address>:<remote_IP_address>. So they should look something
like:

140.172.10.48:140.172.10.103

and 

140.172.10.103:140.172.10.48

There shouldn't be three IP address between the two stanzas. Also, you
only need to set the IP address on one side of the link. pppd will tkae
its IP address from the remote end.

Take care,

Bill