Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 1997 11:34:55 +0100
From:      Brian Somers <brian@awfulhak.org>
To:        Allen Louden <alouden@access.mountain.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: PPP 
Message-ID:  <199709191034.LAA25016@awfulhak.demon.co.uk>
In-Reply-To: Your message of "Thu, 18 Sep 1997 21:29:42 -0000." <34219D46.13AEA3BF@access.mountain.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Hello All,
> 
> I discovered last night that I am able to log to my provider with a
> simple click on the connect button in Win95. Use of the script was not
> necessary. However, I am still unable to log on automatically with ppp.
> Here is my ppp.conf;
> 
> default:
>  set device /dev/cuaa1
>  set speed 115200
>  set timeout 3000
>  set log Chat Connect Phase
>  deny lqr
>  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0&D2
> OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
> 
> interactive:
>  accept chap
>  deny pap
>  set authname alouden
>  set authkey Biteme
>  set phone 6976778
>  set openmode active
>  set timeout 3000
> 
> demand:
>  set authname alouden
>  set authkey Biteme
>  set phone 6976778
>  set timeout 3000
>  set openmode active
>  accept chap
>  sit ifaddr 198.77.1.1/0 198.77.1.3/0 255.255.255.0
>  add 0 0 198.77.1.1
           ^^^^^^^^^^
This should be 198.77.1.3 (or if you've got the latest ppp from 
http://www.freebsd.org/~brian, you can use HISADDR).

You should also have the following in ppp.linkup:

demand:
 delete ALL
 add 0 0 HISADDR

> Any help is greatly appreciated.
> Thanks,
> Allen
> 

-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <bri@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709191034.LAA25016>