mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-19 20:14:06 +01:00
26 lines
4.8 KiB
HTML
26 lines
4.8 KiB
HTML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>18.4. Customizing the Network Domain Name</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="Apache_CloudStack-Admin_Guide-4.0.0-incubating-en-US-1-" /><link rel="home" href="index.html" title="CloudStack Administrator's Guide" /><link rel="up" href="manage-cloud.html" title="Chapter 18. Managing the Cloud" /><link rel="prev" href="admin-alerts.html" title="18.3. Administrator Alerts" /><link rel="next" href="stop-restart-management-server.html" title="18.5. Stopping and Restarting the Management Server" /></head><body><p id="title"><a class="left" href="http://cloudstack.org"><img src="Common_Content/images/image_left.png" alt="Product Site" /></a><a class="right" href="http://docs.cloudstack.org"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="admin-alerts.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="stop-restart-management-server.html"><strong>Next</strong></a></li></ul><div xml:lang="en-US" class="section" id="customizing-dns" lang="en-US"><div class="titlepage"><div><div><h2 class="title" id="customizing-dns">18.4. Customizing the Network Domain Name</h2></div></div></div><div class="para">
|
||
The root administrator can optionally assign a custom DNS suffix at the level of a network, account, domain, zone, or entire CloudStack installation, and a domain administrator can do so within their own domain. To specify a custom domain name and put it into effect, follow these steps.
|
||
</div><div class="orderedlist"><ol><li class="listitem"><div class="para">
|
||
Set the DNS suffix at the desired scope
|
||
</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
|
||
At the network level, the DNS suffix can be assigned through the UI when creating a new network, as described in <a class="xref" href="using-multiple-guest-networks.html#add-additional-guest-network">Section 15.6.1, “Adding an Additional Guest Network”</a> or with the updateNetwork command in the CloudStack API.
|
||
</div></li><li class="listitem"><div class="para">
|
||
At the account, domain, or zone level, the DNS suffix can be assigned with the appropriate CloudStack API commands: createAccount, editAccount, createDomain, editDomain, createZone, or editZone.
|
||
</div></li><li class="listitem"><div class="para">
|
||
At the global level, use the configuration parameter guest.domain.suffix. You can also use the CloudStack API command updateConfiguration. After modifying this global configuration, restart the Management Server to put the new setting into effect.
|
||
</div></li></ul></div></li><li class="listitem"><div class="para">
|
||
To make the new DNS suffix take effect for an existing network, call the CloudStack API command updateNetwork. This step is not necessary when the DNS suffix was specified while creating a new network.
|
||
</div></li></ol></div><div class="para">
|
||
The source of the network domain that is used depends on the following rules.
|
||
</div><div class="itemizedlist"><ul><li class="listitem"><div class="para">
|
||
For all networks, if a network domain is specified as part of a network's own configuration, that value is used.
|
||
</div></li><li class="listitem"><div class="para">
|
||
For an account-specific network, the network domain specified for the account is used. If none is specified, the system looks for a value in the domain, zone, and global configuration, in that order.
|
||
</div></li><li class="listitem"><div class="para">
|
||
For a domain-specific network, the network domain specified for the domain is used. If none is specified, the system looks for a value in the zone and global configuration, in that order.
|
||
</div></li><li class="listitem"><div class="para">
|
||
For a zone-specific network, the network domain specified for the zone is used. If none is specified, the system looks for a value in the global configuration.
|
||
</div></li></ul></div></div><ul class="docnav"><li class="previous"><a accesskey="p" href="admin-alerts.html"><strong>Prev</strong>18.3. Administrator Alerts</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" href="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="stop-restart-management-server.html"><strong>Next</strong>18.5. Stopping and Restarting the Management Serv...</a></li></ul></body></html>
|