Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 1999 12:19:17 +1300 (NZDT)
From:      Jonathan Chen <jonc@pinnacle.co.nz>
To:        "N. R.R." <robalama@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: user ppp dialin failure
Message-ID:  <Pine.SCO.3.96.990105121753.7236C-100000@kiwi.pinnacle.co.nz>
In-Reply-To: <19990102042807.5806.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 1 Jan 1999, N. R.R. wrote:

> Here is a copy of my ppp.conf file:
> 
> default:
> set device /dev/cuaa1
> set speed 115200
> disable pred1
[..]

Um. I hope this isn't a direct copy of ppp.conf file, you need to
indent the configuration details after the label. ie:

default:
  set device /dev/cuaa1
  set speed 115200
  disable pred1
  [...]

---------------------------------------------------------------------
Jonathan Chen                       | Opportunites are seldom labeled
---------------------------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SCO.3.96.990105121753.7236C-100000>