On Mon, Jun 07, 1999 at 11:46:27AM -0700, Benjamin Diedrich wrote:
> 
> This is the output from the second try, which didn't work, giving
> "Hostname lookup failure" and "network unreachable" errors:
> 
> debian:~# route -n
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 199.2.132.3     0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
> 192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0

You don't have a default route.  Add one in /etc/ppp/ip-down or
/etc/ppp/ip-up (can't quite tell where it is disappearing) with

/etc/route add default ppp0

or with some diald option.

The kernel has an irrritating habit of deleting and adding routes
all over the place instead of letting user space manage it.

-- 
Erik Corry [EMAIL PROTECTED]           Ceterum censeo, Microsoftem esse delendam!
Cit�r kun det n�dvendige.  Slet denne signature.  Svar under det citerede.

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

Reply via email to