From owner-freebsd-stable Sun Jul 22 18:41:20 2001 Delivered-To: freebsd-stable@freebsd.org Received: from c000.snv.cp.net (c000-h019.c000.snv.cp.net [209.228.32.83]) by hub.freebsd.org (Postfix) with SMTP id 7148A37B406 for ; Sun, 22 Jul 2001 18:41:16 -0700 (PDT) (envelope-from neal@nelsonnet.org) Received: (cpmta 1928 invoked from network); 22 Jul 2001 18:41:15 -0700 Date: 22 Jul 2001 18:41:15 -0700 Message-ID: <20010723014115.1927.cpmta@c000.snv.cp.net> X-Sent: 23 Jul 2001 01:41:15 GMT Received: from [203.23.27.1] by mail.nelsonnet.org with HTTP; 22 Jul 2001 18:41:15 PDT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: freebsd-stable@freebsd.org From: neal@nelsonnet.org X-Mailer: Web Mail 3.9.3.5 X-Sent-From: neal@nelsonnet.org Subject: PPP Can't Connect (Solution) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've finally found a way of getting dial out ppp to connect since my last CVSup of -stable a couple of weeks ago. I found that the problem was in the sample ppp.conf file, which I had based my ppp.conf file closely on. I had to change the line: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 to: set ifaddr 10.0.0.1/0 00.0.0.0/0 0.0.0.0 0.0.0.0 I don't know if it was the change in the netmask or the remote address that did the job but everything seems to work now as it did before. I hope this will help anyone who had the same problem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message