Hi!
> Unfortunately I still can't ping my ISP after my kPPP dialer (in KDE
> desktop) connects. Nor can I ping 127.0.0.1 (I'm assuming the loopback
> configuration is already there).
[snip]
> I know I have something missing in the DNS setup but I can't figure it
> out.
I don't have a solution to your problem but I do have some questions
that may point you in the right direction.
You should be able to ping anyone, irrespective of your DNS setup, if
you use the IP addresses. Are you sure the loopback is setup? You
'ifconfig' give you? When I do it (connected to my ISP) I get:
eth0 Link encap:Ethernet HWaddr 00:45:54:3D:A9:77
inet addr:192.168.10.3 Bcast:192.168.10.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:10 Base address:0xe400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:17836 errors:0 dropped:0 overruns:0 frame:0
TX packets:17836 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
ppp0 Link encap:Point-to-Point Protocol
inet addr:205.205.217.91 P-t-P:205.205.217.63
Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1514 Metric:1
RX packets:1410 errors:0 dropped:0 overruns:0 frame:0
TX packets:1132 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
The ppp0 interface will disappear when you disconect and the ethx
interfaces will only show up if you have configured any NICs you have.
However, lo should always look something like above. Can you use the
loopback addr. to do other stuff (like 'telnet 127.0.0.1')? You may
also want to take a look at the ouput from 'route'. Still connected to
my ISP, 'route' gives:
Destination Gateway Genmask Flags Metric Ref Use
Iface
205.205.217.63 * 255.255.255.255 UH 0 0 0
ppp0
192.168.10.0 * 255.255.255.0 U 0 0 0
eth0
127.0.0.0 * 255.0.0.0 U 0 0 0
lo
default 205.205.217.63 0.0.0.0 UG 0 0 0
ppp0
Once again, you should at least have the 127.0.0.0 entry.
Hope it helps
CZ