Skip to content

Commit 17bd93e

Browse files
authored
network,vpc: custom dns (#276)
Added notes for custom DNS fields for guest networks. Related to apache/cloudstack#6425
1 parent 9dd45fe commit 17bd93e

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

23.4 KB
Loading
-46.7 KB
Loading

source/adminguide/networking/advanced_zone_config.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ configure the base guest network:
5656
- **Netmask**: The netmask in use on the subnet the guest instances
5757
will use.
5858

59+
- **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.
60+
61+
- **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.
62+
5963
- **Network Domain**: A custom DNS suffix at the level of a network. If you
6064
want to assign a special domain name to the guest VM network, specify a
6165
DNS suffix.
@@ -149,6 +153,8 @@ Configuring a Shared Guest Network
149153
- **IP Range**: A range of IP addresses that are accessible from the
150154
Internet and are assigned to the guest VMs.
151155

156+
- **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.
157+
152158
If one NIC is used, these IPs should be in the same CIDR in the
153159
case of IPv6.
154160

@@ -157,6 +163,8 @@ Configuring a Shared Guest Network
157163
in the guest networks in this zone. To allot IP addresses from
158164
within a particular address block, enter a CIDR.
159165

166+
- **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.
167+
160168
- **Network Domain**: A custom DNS suffix at the level of a network.
161169
If you want to assign a special domain name to the guest VM
162170
network, specify a DNS suffix.

source/adminguide/networking/virtual_private_cloud_config.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,12 @@ addresses in the form of a Classless Inter-Domain Routing (CIDR) block.
208208
is not specified, a DNS domain name is generated automatically.
209209

210210
- **VPC Offering**: If the administrator has configured multiple
211-
VPC offerings, select the one you want to use for this VPC
211+
VPC offerings, select the one you want to use for this VPC.
212+
213+
- **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.
214+
215+
- **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.
216+
212217

213218
#. Click OK.
214219

0 commit comments

Comments
 (0)