>>
This is my routing table before diald is called
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
192.168.50.1    0.0.0.0         255.255.255.255 UH        0 0          0
dummy0
192.168.50.0    0.0.0.0         255.255.255.0   U         0 0          0
eth0
127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0 lo
<<
What is the 'dummy0' interface?
As far as I understand the diald mechanism, shouldn't there be either tap0
or sl0 interface when the link is down? That will then be replaced with ppp0
once the link is up.
That's my routing table when the link is UP:
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
203.167.224.7   0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
203.167.224.7   0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 ppp0

Here the link is DOWN:
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.0.252   0.0.0.0         255.255.255.255 UH    0      0        0 tap0
192.168.0.252   0.0.0.0         255.255.255.255 UH    0      0        0 tap0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 tap0

As far as I understand, there is always a default route.

Regards,
Michael Doerner


-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to