On Mon, 30 Aug 1999, Systems Group wrote:
> Hi,
> i ve Red hat 5.2 (pcq) running with me....and i tried using use kpp to
> dial out. I followed all the steps from the PC Quest about the configuration
> of KPP .
> Im able to dial out properly and even gwet a CD on my modem and KPP starts
> its online time . BUT im not able to ping , telnet or even browse.... im only
> able to ping my own dynamic IP.My route table seems to be proper a copy is
> given below......
> I would be very glad if any one could come in with some
> tips..................
>
Your routing table is proper. This could be because your machine could not
resolve the names. Try using IP addresses. If the system is working with
IP addresses then the problem is with the name resolution. For that you
have to create the file /etc/resolv.conf with entries similar
to:
domain vsnl.net.in
nameserver <IP address>
nameserver <IP address>
nameserver <IP address>
Give at least one nameserver address.
Nagarjuna