Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

configuring-dns-nameservers.md 1.5 KB

You have to be logged in to leave a comment. Sign In
title intro redirect_from versions
Configuring DNS nameservers {% data variables.product.prodname_ghe_server %} uses the dynamic host configuration protocol (DHCP) for DNS settings when DHCP leases provide nameservers. If nameservers are not provided by a dynamic host configuration protocol (DHCP) lease, or if you need to use specific DNS settings, you can specify the nameservers manually. [/enterprise/admin/guides/installation/about-dns-nameservers/ /enterprise/admin/installation/configuring-dns-nameservers /enterprise/admin/configuration/configuring-dns-nameservers] [{enterprise-server *}]

The nameservers you specify must resolve {% data variables.product.product_location %}'s hostname.

{% data reusables.enterprise_installation.changing-hostname-not-supported %}

Configuring nameservers using the virtual machine console

{% data reusables.enterprise_installation.open-vm-console-start %} 2. Configure nameservers for your instance. {% data reusables.enterprise_installation.vm-console-done %}

Configuring nameservers using the administrative shell

{% data reusables.enterprise_installation.ssh-into-instance %} 2. To edit your nameservers, enter:

$ sudo vim /etc/resolvconf/resolv.conf.d/head
  1. Append any nameserver entries, then save the file.
  2. After verifying your changes, save the file.
  3. To add your new nameserver entries to {% data variables.product.product_location %}, enter:
$ sudo service resolvconf restart
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...