From owner-freebsd-questions Thu May 7 18:57:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24630 for freebsd-questions-outgoing; Thu, 7 May 1998 18:57:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from xcf.berkeley.edu (scam.XCF.Berkeley.EDU [128.32.43.201]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA24614 for ; Thu, 7 May 1998 18:57:01 -0700 (PDT) (envelope-from nordwick@xcf.berkeley.edu) Received: (qmail 12300 invoked by uid 27268); 8 May 1998 01:58:18 -0000 Date: 8 May 1998 01:58:18 -0000 Message-ID: <19980508015818.12299.qmail@xcf.berkeley.edu> From: Jason Nordwick MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Tim Gustafson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP/PAP/Microsoft Dial-Up Server In-Reply-To: guff@esther.falconsoft.com on 5/7/1998 to freebsd-questions@FreeBSD.ORG References: X-Mailer: VM 6.32 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tim Gustafson, on Thu 5/7/1998, wrote the following: > > Hello > I am having troubles getting my PPP to connect to a Microsoft NT 4 > dial-up server. I have the ppp.conf set up like this: > > isp: > set authname myusername > set authkey mypassword > set device /dev/cuaa0 > enable pap > set phone 1234567 > set login "TIMEOUT 5" >From what I've seen change this line to be: "set login" (yes, there is nothing after it). > set timeout 30 > set ifaddr 0.0.0.0 1.2.3.4 > delete 0 > add 0 0 1.2.3.4 > > Replace 1.2.3.4 with my provider's ip and the username/password, of > course. In ppp.secret I have: > > machinename password > > My machine name and login name are different, but the passwords are the > same. It does dial and connect to the ISP and it sends some stuff back > and fourth, so I know the modem's working. > > Any help is greatly appreciated! > > Tim > Jay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message