> dania:~# route
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> max3.dialisdn.n * 255.255.255.255 UH 0 0 0 ppp0
> kd4zkw.ampr.org * 255.255.255.255 UH 0 0 0 ax2
> kd4zkw.ampr.org * 255.255.255.255 UH 0 0 0 tunl0
> kd4zkw.ampr.org * 255.255.255.255 UH 0 0 0 nr0
> kd4zkw.ampr.org * 255.255.255.255 UH 0 0 0 ax0
> w4bkx.ampr.org w4bkx.ampr.org 255.255.255.255 UGH 0 0 2 tunl0
> 44.98.2.0 * 255.255.255.0 U 0 0 0 tunl0
> loopback * 255.0.0.0 U 0 0 9 lo
> 44.0.0.0 mirrorshades.uc 255.0.0.0 UG 0 0 0 tunl0
> default max3.dialisdn.n 0.0.0.0 UG 0 0 209 ppp0
> dania:~#
In any case, I'm going to go out on a limb and assume that kd4zkw is the
node in question.
Somehow, you've managed to get multiple routes to the same destination.
Is this a 2.1.* kernel?
In any case:
route del kd4zkw.ampr.org dev ax2
route del kd4zkw.ampr.org dev nr0
route del kd4zkw.ampr.org dev ax0
should do the trick.
Terry