Subject: Re: netstat -r & who's first
To: Chris Jones <jones@cs.montana.edu>
From: noud de brouwer <noud@knot.nl>
List: macbsd-general
Date: 07/12/1995 16:33:43
>> Destination      Gateway            Flags     Refs     Use  Interface
>> pppclntone.knot. pppportone.knot.nl UH          0        0  ppp0
>> pppclntone.knot. ae0:0.0.94.60.70.e UHLS2       0        0  ae0
>>
>> BSD preferences the fasted route aqa that one with ae0
>> What "route change" so that it takes the ppp0 i.s.o. ae0?
>
>route add default pppclntone.knot.nl -interface ppp0

Nope, nor do:
route add default pppclntone.knot.nl -ifp ppp0
and:
route add default pppclntone.knot.nl -ifa ppp0
saying:
ppp0: bad value

and:
route add default pppclntone.knot.nl -ifp ppp
and:
route add default pppclntone.knot.nl -ifa ppp
saying:
ppp: bad value

~n