Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified source/_static/images/add-guest-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/_static/images/add-shared-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions source/adminguide/networking/advanced_zone_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -146,6 +150,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.

Expand All @@ -154,6 +160,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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down