The nameservers you specify must resolve your GitHub Enterprise Server instance's hostname.
警告: 初期セットアップ後に GitHub Enterprise Server のホスト名を変更しないでく� さい。 ホスト名を変更すると、インスタンスの停止に及ぶ予想外の動作が生じます。
Configuring nameservers using the virtual machine console
- 仮想化プラットフォー� ツールを利用して、仮想マシンのコンソールを開いてく� さい。
- ネットワークの設定を開始するには、S キーを押します。
- Configure nameservers for your instance.
- 設定を完了するには、D を押します。
Configuring nameservers using the administrative shell
-
SSH into your GitHub Enterprise Server instance. If your instance comprises multiple nodes, for example if high availability or geo-replication are configured, SSH into the primary node. If you use a cluster, you can SSH into any node. For more information about SSH access, see "Accessing the administrative shell (SSH)."
$ ssh -p 122 admin@HOSTNAME
-
To edit your nameservers, use the
ghe-setup-network
command in visual mode. For more information, see "Command-line utilities."ghe-setup-network -v
-
To add your new nameserver entries to your GitHub Enterprise Server instance, run the following:
sudo service resolvconf restart sudo service dnsmasq restart