managing routes for multiple PPPoE connections

2010-02-24 Thread Edwin Eyan Moragas
hi misc, this is a follow up on the post i made regarding multiple PPPoE connections. from the manpage of pppoe(4), a default route is added using the pppoe connection: !/sbin/route add default -ifp pppoe0 0.0.0.1 i have no idea how to manage the routes when a connection goes down. is a simple

Re: managing routes for multiple PPPoE connections

2010-02-25 Thread Stuart Henderson
On 2010-02-25, Edwin Eyan Moragas wrote: > hi misc, > > this is a follow up on the post i made regarding multiple PPPoE connections. ah, the thing that mightn't have been apparent with my suggestion of route-to, is that my default route points out of a normal ethernet interface, which stays up al

Re: managing routes for multiple PPPoE connections

2010-02-25 Thread Edwin Eyan Moragas
hi Stuart, so i guess i should remove the callout from hostname.pppoe to adding a default route? thank you for the assist. :) On Fri, Feb 26, 2010 at 6:28 AM, Stuart Henderson wrote: > On 2010-02-25, Edwin Eyan Moragas wrote: >> hi misc, >> >> this is a follow up on the post i made regarding m

Re: managing routes for multiple PPPoE connections

2010-02-26 Thread Stuart Henderson
On 2010-02-26, Edwin Eyan Moragas wrote: > On Fri, Feb 26, 2010 at 6:28 AM, Stuart Henderson > wrote: >> ah, the thing that mightn't have been apparent with my suggestion >> of route-to, is that my default route points out of a normal >> ethernet interface, which stays up all the time > > so i g

Re: managing routes for multiple PPPoE connections

2010-02-26 Thread Edwin Eyan Moragas
On Fri, Feb 26, 2010 at 9:56 PM, Stuart Henderson wrote: > On 2010-02-26, Edwin Eyan Moragas wrote: >> On Fri, Feb 26, 2010 at 6:28 AM, Stuart Henderson >> wrote: >>> ah, the thing that mightn't have been apparent with my suggestion >>> of route-to, is that my default route points out of a norm