Sybren Stuvel wrote:
> 
> Hi there!
> 
> I've been using a PPP-connection with my ISP for quite some time without any
> problems. I removed Linux to gain harddisk space. Now I'm using Linux again
> (of
> course :-)), but PPP gives problems. I can connect, and I can ping the
> gateway-IP-address. The DNS-server seems to be a problem: a ping reports 100%
> loss. 

[snip]
> 
> ============================================================
> /etc/resolv.conf
> ------------------------------------------------------------
> domain demon.nl
> #search 194.159.73.222
> search 195.173.253.92

I'd delete that. I don't think "search" should have an IP address. But I
don't think that has anything to do with your problem.

[snip]

> ============================================================
> output of 'route -n'-command
> ------------------------------------------------------------
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 194.159.73.222  0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
> 127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        1 lo
> 0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        1 ppp0
> 0.0.0.0         194.159.73.222  0.0.0.0         UG    0      0        0 ppp0
> 
I'd say that's your problem. You have no default route. 
> ============================================================
> /etc/ppp/options
> ------------------------------------------------------------
> lock

Shouldn't you have defaultroute in your options?
-- David

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

Reply via email to