Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 1998 20:23:19 EDT
From:      teamtoo@juno.com (Pamela VanDyke)
To:        questions@FreeBSD.ORG
Subject:   Re: PPP route troubles
Message-ID:  <19980819.002731.5647.0.teamtoo@juno.com>
References:  <Pine.BSF.4.00.9808181512590.19286-100000@resnet.uoregon.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

>> i just moved to 2.2.7-R, and am now having troubles
>> with PPP routes.   i run ppp -auto -alias isp
>> ppp seems to maintain the isp connection ok.

my current config includes routed=NO,
gateway=YES, named=YES, and only a
loopback route.  i've use this basic
setup for years now.

my ppp config is basic

isp:
 blah-blah-blah
 delete 0
 add 0 0 HISADDR

ppp-direct1:
 allow user *
 set timeout 0 
 set ifaddr BSD-ADDR W31-ADDR 0xffffffff

and ppp linkup

MYADDR:
 delete 0
 add 0 0 HISADDR

i can use the internet from a dialup shell ok
(at least 10 minutes or so) but when i switch
to a W31 Trumpet dialer and dial up, the connection
"hangs" after the first few web pages.

Trumpet  normally would show:

BSD-ADDR -> W31-ADDR
W31-ADDR -> BSD-ADDR
etc.

but with 2.2.7 ppp, i get

BSD-ADDR -> W31-ADDR
W31-ADDR -> BSD-ADDR

then i see

BSD-ADDR -> NS1-ADDR
BSD-ADDR -> NS2-ADDR
BSD-ADDR -> NS1-ADDR
BSD-ADDR -> NS2-ADDR

then i see

BSD-ADDR -> OTHER-ADDR
BSD-ADDR -> OTHER-ADDR
BSD-ADDR -> OTHER-ADDR
BSD-ADDR -> OTHER-ADDR
and on and on ...

and the W31 client no longer functions
on the internet thru the BSD gateway.

i login to the BSD shell, and
see that the default route has been deleted.
i add the default route (add 0 0 HISADDR), and all internet functions
from the shell work ok, but then i dial up
with the W31 client, and the situation repeats itself.

>> has this been fixed?
>> or am i missing something?
>
>If you're running routed, don't.
>
>Doug White                              | University of Oregon  
>Internet:  dwhite@resnet.uoregon.edu    | Residence Networking 
>Assistant
>http://gladstone.uoregon.edu/~dwhite    | Computer Science Major
>
>

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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