when I try to load a web page to terminal it gives curl: (6) Could not resolve host error.
I have internet in my PC and trying from my home internet connection. So as I there is no any proxy involve here.
[root@localhost kevin]# curl http://google.com curl: (6) Could not resolve host: google.com; Name or service not known clean all and tried again but no lucky.
But if I use IP instead of the domain name, it works fine.
[root@localhost kevin]# curl http://173.194.46.0
any clue please?
Mostly, such an error occurs when there is an issue with a Linux server's DNS resolver. A Linux administrator will categorize/define this challenge as a server management service issue.
Hi, cURL error 6. The error indicates that the network that UpdraftPlus is attempting to connect to is unreachable. This shows that the connection isn't being blocked, but is failing to reach the UpdraftPlus.com servers.
This error means that the hostname you are trying to connect to cannot be resolved to an IP address. (Hostnames are resolved to IP addresses by a DNS (Domain NameServer)). Please check what you have entered in the Address field. You will need the valid hostname of an FTP server or a valid IP address.
Issues were:
Here is how I fixed it:
IPV6 Disabling
su and enter to log in as the super usercd /etc/modprobe.d/ to change directory to /etc/modprobe.d/ vi disableipv6.conf to create a new file thereEsc + i to insert data to fileinstall ipv6 /bin/true on the file to avoid loading IPV6 related modulesEsc + : and then wq for save and exitreboot to restart fedoralsmod | grep ipv6 Add Google DNS server
su and enter to log in as the super usercat /etc/resolv.conf to check what DNS server your Fedora using. Mostly this will be your Modem IP address.8.8.8.8 and 8.8.4.4. But in future those may change.vi /etc/resolv.conf to edit the resolv.conf fileEsc + i for insert data to fileType below two lines in the file
nameserver 8.8.8.8
nameserver 8.8.4.4
-Type Esc + : and then wq for save and exit
Here is my blog post about this: http://codeketchup.blogspot.sg/2014/07/how-to-fix-curl-6-could-not-resolve.html
Perhaps you have some very weird and restrictive SELinux rules in place?
If not, try strace -o /tmp/wtf -fF curl -v google.com and try to spot from /tmp/wtf output file what's going on.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With