From owner-freebsd-questions Thu May 7 13:50:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01060 for freebsd-questions-outgoing; Thu, 7 May 1998 13:50:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from esther.falconsoft.com (esther.falconsoft.com [206.112.36.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00949 for ; Thu, 7 May 1998 13:50:12 -0700 (PDT) (envelope-from guff@esther.falconsoft.com) Received: from localhost (guff@localhost) by esther.falconsoft.com (8.8.8/8.8.7) with SMTP id QAA20198 for ; Thu, 7 May 1998 16:49:42 -0400 (EDT) (envelope-from guff@esther.falconsoft.com) Date: Thu, 7 May 1998 16:49:42 -0400 (EDT) From: Tim Gustafson To: freebsd-questions@FreeBSD.ORG Subject: PPP/PAP/Microsoft Dial-Up Server Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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" 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message