Find answers to your technical questions and learn how to use our products
Search suggestions:
If you do not use the Route 53 DNS service, you must provide the IP address of a DNS server that you plan to use on RHEL.
Install RHEL on AWS.
For example: vi /etc/resolv.conf
vi /etc/resolv.conf
nameserver <DNS_ADDRESS>
In this entry, <DNS_ADDRESS> is the IP address of the DNS server that you plan to use in your deployment.
If the file does not contain the search entry, add the following entry:
search <DOMAIN_NAME>
In this entry, <DOMAIN_NAME> is your domain name. For example: search mycompany.com
If the file contains the search entry, enter your domain name at the end of the entry.
Domain names must be separated with space characters. For example: search example.com mydomain.com
Previous Topic
Next Topic