This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new 17bd93e network,vpc: custom dns (#276)
17bd93e is described below
commit 17bd93eecfaa42af260c679b1dc12aaf41ade50e
Author: Abhishek Kumar <[email protected]>
AuthorDate: Mon Sep 12 13:44:08 2022 +0530
network,vpc: custom dns (#276)
Added notes for custom DNS fields for guest networks.
Related to https://github.com/apache/cloudstack/pull/6425
---
source/_static/images/add-guest-network.png | Bin 40484 -> 64421 bytes
source/_static/images/add-shared-network.png | Bin 146525 -> 98744 bytes
.../adminguide/networking/advanced_zone_config.rst | 8 ++++++++
.../networking/virtual_private_cloud_config.rst | 7 ++++++-
4 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/source/_static/images/add-guest-network.png
b/source/_static/images/add-guest-network.png
index 28fd769..a8e5560 100644
Binary files a/source/_static/images/add-guest-network.png and
b/source/_static/images/add-guest-network.png differ
diff --git a/source/_static/images/add-shared-network.png
b/source/_static/images/add-shared-network.png
index 03e8280..77bffea 100644
Binary files a/source/_static/images/add-shared-network.png and
b/source/_static/images/add-shared-network.png differ
diff --git a/source/adminguide/networking/advanced_zone_config.rst
b/source/adminguide/networking/advanced_zone_config.rst
index 1eb2bab..db4be0d 100644
--- a/source/adminguide/networking/advanced_zone_config.rst
+++ b/source/adminguide/networking/advanced_zone_config.rst
@@ -56,6 +56,10 @@ configure the base guest network:
- **Netmask**: The netmask in use on the subnet the guest instances
will use.
+ - **DNS**: A set of custom DNS that will be used by the guest network. If
not provided then DNS specified for the zone will be used. Available only when
the selected network offering supports DNS service.
+
+ - **IPv6 DNS**: A set of custom IPv6 DNS that will be used by the guest
network. If not provided then IPv6 DNS specified for the zone will be used.
Available only when the selected network offering is IPv6 enabled and supports
DNS service.
+
- **Network Domain**: A custom DNS suffix at the level of a network. If you
want to assign a special domain name to the guest VM network, specify a
DNS suffix.
@@ -149,6 +153,8 @@ Configuring a Shared Guest Network
- **IP Range**: A range of IP addresses that are accessible from the
Internet and are assigned to the guest VMs.
+ - **DNS**: A set of custom DNS that will be used by the network. If not
provided then DNS specified for the zone will be used. Available only when the
selected network offering supports DNS service.
+
If one NIC is used, these IPs should be in the same CIDR in the
case of IPv6.
@@ -157,6 +163,8 @@ Configuring a Shared Guest Network
in the guest networks in this zone. To allot IP addresses from
within a particular address block, enter a CIDR.
+ - **IPv6 DNS**: A set of custom IPv6 DNS that will be used by the network.
If not provided then IPv6 DNS specified for the zone will be used. Available
only when the selected network offering supports DNS service.
+
- **Network Domain**: A custom DNS suffix at the level of a network.
If you want to assign a special domain name to the guest VM
network, specify a DNS suffix.
diff --git a/source/adminguide/networking/virtual_private_cloud_config.rst
b/source/adminguide/networking/virtual_private_cloud_config.rst
index d6065fc..d927746 100644
--- a/source/adminguide/networking/virtual_private_cloud_config.rst
+++ b/source/adminguide/networking/virtual_private_cloud_config.rst
@@ -208,7 +208,12 @@ addresses in the form of a Classless Inter-Domain Routing
(CIDR) block.
is not specified, a DNS domain name is generated automatically.
- **VPC Offering**: If the administrator has configured multiple
- VPC offerings, select the one you want to use for this VPC
+ VPC offerings, select the one you want to use for this VPC.
+
+ - **DNS**: A set of custom DNS that will be used by this VPC. If not
provided then DNS specified for the zone will be used. Available only when the
selected VPC offering supports DNS service.
+
+ - **IPv6 DNS**: A set of custom IPv6 DNS that will be used by this VPC. If
not provided then IPv6 DNS specified for the zone will be used. Available only
when the selected VPC offering is IPv6 enabled and supports DNS service.
+
#. Click OK.