Code: Select all
ping coolvmCode: Select all
yum -y updateIf I try this:
Code: Select all
curl -v http://www.google.comCode: Select all
* Could not resolve host: http://www.google.com; Unknown error
* Closing connection 0 curl: (6) COuld not resolve host: http://www.google.com; Unknown errorThe /etc/resolv.conf file looks like this:
Code: Select all
# Generated by NetworkManager
search localdomain
nameserver 8.8.8.8
nameserver 8.8.4.4The interface for the main NIC in /etc/sysconfig/network-scripts/ has DNS server stanzas that have worked in the past. The interface file is standard and complete. I have not changed it since the
Code: Select all
yum -y updateIn Oracle VirtualBox, in Devices -> Network -> Network Settings, Adapter 1 has the "Attached to" setting of "NAT."
How can I get FQDNs to resolve? I want to use the Lynx command. My repositories rely on FQDNs to resolve. I cannot use yum to install packages.