Dont re-load Mandrake yet.This almost always a DNS-related issue:
Are you using kppp?
Did you set it to automatic on the DNS tab?
Try getting the IP addresses for the DNS nameservers of your ISP.
Look at your /etc/resolv.conf file and copy and paste it here so we can have a look at it.It should look like this:
Code:
search server.net local(or localhost)
nameserver 127.0.0.1
nameserver 192.168.1.1
nameserver 192.168.1.2
The above example lists 3 nameservers(2 are plenty)which includes your own computer(localhost=127.0.0.1)and the IPs of the ISP's nameservers.
The "search" line includes local or localhost and in my case the local DHCP/authentication server for my cable provider.
Get those nameserver addresses and enter them into DNS page of kppp setup and see if that helps.
Linux looks to /etc/resolv.conf for nameservers wether it's cable/dsl or dial-up.
HTH
lynch