Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Jan 1999 08:22:49 +0000
From:      Mark Ovens <marko@uk.radan.com>
To:        guy@cnwl.igs.net
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: PPP Dial Out Connection Problem
Message-ID:  <36946ED9.51B90B70@uk.radan.com>
References:  <199901070620.BAA04253@host.cnwl.igs.net>

next in thread | previous in thread | raw e-mail | index | archive | help
guy@cnwl.igs.net wrote:
> 
> Hi anyone
> 
> Many thanks to whomever has the patience to help me.
> 
> I am having a difficult time with my PPP Dial out configuration. I
> have read all that I can read and am still suffering from the following
> symptoms.
> 

[snip]

> 
> Regards from Cornwall Canada
> Guy Cuerrier
> 
> ########################################################
> #########
> #
> #       PPP  Sample Configuration File
> #
> #         Written by Toshiharu OHNO
> #
> # $Id: ppp.conf.sample,v 1.5.2.6 1997/05/12 14:08:52 brian Exp $
> #
> ########################################################
> #########
> 
> # Default setup. Always executed when PPP is invoked.
> #
> default:
>  set device /dev/cuaa1
>  set speed 57600
>  disable lqr
>  deny lqr
>  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\"
> ATM0&F1 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
> 

[snip]

> papsite:
>  set phone 12345678
>  set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp"
>  deny chap
>  accept pap
> # enable pap
>  set authname MyUserName
>  set authkey  MyPassword
> 

[snip]

> IGS:
>  set phone 9302272
> # set login "TIMEOUT 5 login:-\\r-login: trggw word: Finkee oice: 2"
> # enable pap
> # deny chap
>  set login "TIMEOUT 5 login:-\\r-login: trggw word: Finkee"
>  set timeout 120000
> # set openmode active
>  accept pap
>  set ifaddr 206.248.47.24/0 206.248.47.3/0 255.255.255.0
> # delete ALL
>  add 0 0 206.248.47.3
> 

You appear to be missing ``set authname MyName'' and ``set authkey
MyPass''. See the sample papsite entry

HTH

-- 
  Trust the computer industry to shorten Year 2000 to Y2K. It
  was this thinking that caused the problem in the first place.

Mark Ovens, CNC Applications Engineer, Radan Computational Ltd.
Bath, Avon, England.  Sheet Metal CAD/CAM Solutions
mailto:marko@uk.radan.com    http://www.radan.com

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?36946ED9.51B90B70>