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 `route delete` enough?

to sum things up with what i intend to do so far:
1) connect using PPPoE to internet providers
2) setup PF to load balance between the two connections
3) check link availability using ifstated(8)

when a link goes down:
1) change pf rules
2) (?) `route delete...`

i tried doing the above but i got stuck with traffic still routed to
the dead PPPoE link.

hints/pointers?

thank you

/e

Reply via email to