Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 1998 02:48:58 -0800
From:      Stephen Wynne <stevemw@northwest.com>
To:        "Nate Williams" <nate@sneezy.sri.com>
Cc:        brian@awfulhawk.org, stable@FreeBSD.ORG
Subject:   Re: On-demand dynamic PPP not doing default route correctly 
Message-ID:  <199803161048.CAA27644@northwest.com>
In-Reply-To: Your message of "Mon, 16 Mar 1998 03:21:53 MST." <199803161021.DAA01019@nomad.mt.sri.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199803161021.DAA01019@nomad.mt.sri.com>, Nate Williams writes: 

    So, as root, I blow away the default route, and add a new one with the
    correct 'remote' site.  Then, after a few minutes, the link 'dies'.  No
    packets come in or go out. 

Nate,

With a one year-old config, I had the same problem after cvsup'ing. I
solved the problem by trial and error, and reading the sample files
out of the new /usr/src/etc/ppp directory populated by cvsup.

I found that you need to do what you're doing by hand in
/etc/ppp/ppp.linkup with a twist. The new version of ppp
*really* likes to have ppp.linkup now!

My normal configuration now looks like this (in the critical areas)

myisp:
    ...
    set ifaddr 299.1.42.0/0 299.1.42.250/0 255.255.255.0 0.0.0.0
    delete ALL
    add default HISADDR

And ppp.linkup looks like this:

MYADDR:
 delete 0
 add 0 0 HISADDR

myisp:
 delete ALL
 add 0 0 HISADDR

Note that I doubt the MYADDR: is required, but since I don't have
time to test it after removing that section, I'm including it for
completeness.

Good luck!

Steve

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



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