Metrics in 2.1.72 (Diald problem!)

Peter Enderborg (pme@ufh.se)
Sat, 13 Dec 1997 14:26:52 +0100


Iv got the diald to run with 2.1.72 kernel. But it is not running so very well.
My guess is that it have to something with the metrics.
A short look:
root@pescadero# /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
130.237.14.2 0.0.0.0 255.255.255.255 UH 0 0 0 sl0
130.244.106.212 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
255.255.255.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 0 0 0 eth0
44.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
0.0.0.0 0.0.0.0 0.0.0.0 0 0 0 sl0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
root@pescadero# /sbin/route add -net 11.0.0.0 netmask 255.0.0.0 metric 500 eth0
root@pescadero# /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
130.237.14.2 0.0.0.0 255.255.255.255 UH 0 0 0 sl0
130.244.106.212 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
255.255.255.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 0 0 0 eth0
11.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
44.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
0.0.0.0 0.0.0.0 0.0.0.0 0 0 0 sl0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
root@pescadero#

I have also problem to delete routes.
Is there any news net-tools than 1.41 ?