Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 1998 01:15:14 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        invis <invis@visi.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: PPP / ppp.linkup probs 
Message-ID:  <199802110115.BAA14170@awfulhak.org>
In-Reply-To: Your message of "Tue, 10 Feb 1998 15:38:33 CST." <19980210153833.39827@visi.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 	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 <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
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



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