Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 1998 08:05:32 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        ben@rosengart.com
Cc:        current@FreeBSD.ORG
Subject:   Re: more PPP weirdness 
Message-ID:  <199807280705.IAA21873@awfulhak.org>
In-Reply-To: Your message of "Mon, 27 Jul 1998 18:34:05 EDT." <Pine.GSO.4.02.9807271829290.19302-100000@echonyc.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
All the W routes are cloned routes.  In theory, these routes 
disappear when the route they were cloned from disappears.  If you 
add

  delete ALL
  add default HISADDR

to your ppp.linkup, does that fix the problem ?  I think the problem 
*may* be that a ``changed'' route isn't fixing the routing table in 
the way that a ``deleted'' then ``added'' route is.

> PPP ON narcissus> show route
> Destination         Gateway             Flags  Netif
> default             204.180.194.101     UGSc   tun0
> 10/8                link#1              UC     ed0
> 18.23.0.16          204.180.194.101     UGHW3  tun0
> 38.180.208.198      204.180.194.101     UGHW3  tun0
> 127.0.0.1           127.0.0.1           UH     lo0
> 128.10.11.72        204.180.194.101     UGHW   tun0
> 128.193.76.12       204.180.194.101     UGHW3  tun0
> 137.22.4.31         204.180.194.101     UGHW3  tun0
> 141.117.1.117       204.180.194.101     UGHW3  tun0
> 152.1.2.118         204.180.194.101     UGHW3  tun0
> 152.1.9.90          204.180.194.101     UGHW3  tun0
> 164.107.115.3       204.180.194.101     UGHW3  tun0
> 198.67.15.2         204.180.194.101     UGHW   tun0
> 199.184.165.2       204.180.194.101     UGHW   tun0
> 204.180.194.101     204.180.205.197     UH     tun0
> 206.137.222.89      204.180.194.101     UGHW3  tun0
> 
> netstat -rn reports my routing tables as being quite normal.  Now, I may
> be misunderstanding, but it looks like PPP is seeing all these hosts as
> gateways, in which case no wonder it's getting confused.  When I grabbed
> this table from PPP, it was "up" but no packets were getting anywhere.
> I down'd and quit and dialed again, and now PPP works, but:
> 
> PPP ON narcissus> show route
> Destination         Gateway             Flags  Netif
> default             204.180.194.101     UGSc   tun0
> 10/8                link#1              UC     ed0
> 127.0.0.1           127.0.0.1           UH     lo0
> 198.67.15.2         204.180.194.101     UGHW   tun0
> 199.184.165.2       204.180.194.101     UGHW   tun0
> 204.180.194.101     204.180.205.197     UH     tun0
> 
> The gateways are growing again.  Perhaps this is completely normal, and
> I'm misunderstanding something?  Or perhaps there's just a flipped bit
> somewhere, since the only PPP-related host route not marked as a gateway
> is -- my gateway.
> 
> 
>  Ben
> 
> "You have your mind on computers, it seems." 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" 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 freebsd-current" in the body of the message



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