From owner-freebsd-questions Tue Feb 10 21:01:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18650 for questions-outgoing; Tue, 10 Feb 1998 21:01:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18539 for ; Tue, 10 Feb 1998 21:01:41 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id BAA14170; Wed, 11 Feb 1998 01:15:14 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199802110115.BAA14170@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: invis cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP / ppp.linkup probs In-reply-to: Your message of "Tue, 10 Feb 1998 15:38:33 CST." <19980210153833.39827@visi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 11 Feb 1998 01:15:14 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am running: FreeBSD-2.2.5-STABLE Tue Jan 20. My PPP *has* been > compiled after the merge from -current, so my current PPP version is: > 1.65 -> 1998/01/26. I have a dynamic IP connection to the internet. I can > dial into my host successfully, but it seems that ppp.linkup does not work > when I dial, so when I run commands such as: > > ping visi.com > > I get an error saying something like "Host unreachable: No route to host". > > My ppp.linkup is as follows: > > MYADDR: > delete ALL > add default HISADDR > > However when I use pppctl after I am dialed in and execute the exact same > commands, my connection works. PLEASE HELP! Looks like a bad case of missing indentation... do you mean MYADDR: delete all add default hisaddr Ppp considers a section as terminated when it finds a non-comment line that begins in column 0 (or EOF). If your file is actually indented, you could try enabling command and debug logging to see what's going on. > invis > invis@visi.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe questions" in the body of the message -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe questions" in the body of the message