Quote:
Originally Posted by chakribobby
|
There's your problem, then: Name resolution seems to be misconfigured.
Your ISP should have given you a set of name server addresses to use for your connection. Make sure that they are entered in /etc/resolv.conf in the form
Code:
nameserver xx.xx.xx.xx
nameserver yy.yy.yy.yy
where xx.xx.xx.xx and yy.yy.yy.yy are the numeric addresses of those name servers.
Good luck!