Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2003 18:37:33 -0400
From:      stan <stanb@panix.com>
To:        Bill Moran <wmoran@potentialtech.com>
Cc:        Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   Re: How to delete/replace default route using ppp?
Message-ID:  <20030704223733.GA9791@teddy.fas.com>
In-Reply-To: <3F05D200.3010100@potentialtech.com>
References:  <20030704161329.GB1237@teddy.fas.com> <3F05BEEB.40301@potentialtech.com> <20030704184835.GA4612@teddy.fas.com> <3F05D200.3010100@potentialtech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 04, 2003 at 03:14:08PM -0400, Bill Moran wrote:
> stan wrote:
> >On Fri, Jul 04, 2003 at 01:52:43PM -0400, Bill Moran wrote:
> >
> >>stan wrote:
> >>
> >>>I'm trying to get a new laptop set up for a quick out of town trip.
> >>>
> >>>Can anyone help me with the ppp.conf syntax to clear/replace an existing
> >>>default rout for the duration of a ppp linkup?
> >>>
> >>>That is, the machine starts off with a default route, which I want to
> >>>delete and replace with the ppp route for the duration of the conection.
> >>>Then I wnat to put the orignal route back.
> >>>
> >>>Sugestions?
> >>
> >>Please forgive me if I'm saying something you already know.
> >>
> >>The default ppp.conf file has a line:
> >>add default HISADDR
> >>Which should do what you want.
> >>I'm not 100% sure that this will actually "delete" a previous route.
> >
> >
> >That's the issue. It will not. Yo get an error message about route 0.0.0.0
> >already existing.
> >
> >Acording to the ppp.conf man page the line
> > delete default
> > or
> > delete ALL
> >
> > _should work, but I'm having troubel getting them to work for me.
> 
> Hmmm ... it's been a while, but ...
> 
> Doesn't ppp have a scripting interface?  If so, you should be able to run
> a script that does 'route delete default'?
> 
> Just thinking out loud.
> 
Not a bad thought. I'll check it out.

Thanks.

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
						-- Benjamin Franklin



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