You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/adminguide/networking/advanced_zone_config.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,10 @@ configure the base guest network:
56
56
- **Netmask**: The netmask in use on the subnet the guest instances
57
57
will use.
58
58
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
+
59
63
- **Network Domain**: A custom DNS suffix at the level of a network. If you
60
64
want to assign a special domain name to the guest VM network, specify a
61
65
DNS suffix.
@@ -149,6 +153,8 @@ Configuring a Shared Guest Network
149
153
- **IP Range**: A range of IP addresses that are accessible from the
150
154
Internet and are assigned to the guest VMs.
151
155
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
+
152
158
If one NIC is used, these IPs should be in the same CIDR in the
153
159
case of IPv6.
154
160
@@ -157,6 +163,8 @@ Configuring a Shared Guest Network
157
163
in the guest networks in this zone. To allot IP addresses from
158
164
within a particular address block, enter a CIDR.
159
165
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
+
160
168
- **Network Domain**: A custom DNS suffix at the level of a network.
161
169
If you want to assign a special domain name to the guest VM
Copy file name to clipboardExpand all lines: source/adminguide/networking/virtual_private_cloud_config.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,12 @@ addresses in the form of a Classless Inter-Domain Routing (CIDR) block.
208
208
is not specified, a DNS domain name is generated automatically.
209
209
210
210
- **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.
0 commit comments