Updated Branches: refs/heads/4.2 76990612f -> aae860a66
CLOUDSTACK-4361 sourceNat per zone is not supported with VR in shared network Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aae860a6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aae860a6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aae860a6 Branch: refs/heads/4.2 Commit: aae860a6610832ea8a5bcb23e5abb9361583e831 Parents: 7699061 Author: Radhika PC <[email protected]> Authored: Fri Aug 16 12:15:34 2013 +0530 Committer: Radhika PC <[email protected]> Committed: Fri Aug 16 12:16:01 2013 +0530 ---------------------------------------------------------------------- docs/en-US/shared-networks.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aae860a6/docs/en-US/shared-networks.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/shared-networks.xml b/docs/en-US/shared-networks.xml index 65657ce..6cb0d79 100644 --- a/docs/en-US/shared-networks.xml +++ b/docs/en-US/shared-networks.xml @@ -24,8 +24,8 @@ <section id="shared-networks"> <title>Shared Networks</title> <para>A shared network can be accessed by virtual machines that belong to many different accounts. - Network Isolation on shared networks is accomplished using techniques such as security groups - (supported only in basic zones).</para> + Network Isolation on shared networks is accomplished by using techniques such as security + groups, which is supported only in Basic zones in &PRODUCT; 3.0.3 and later versions.</para> <itemizedlist> <listitem> <para>Shared Networks are created by the administrator</para> @@ -43,6 +43,10 @@ <listitem> <para>Public Network is a shared network that is not shown to the end users</para> </listitem> + <listitem> + <para>Source NAT per zone is not supported in Shared Network when the service provider is + virtual router. However, Source NAT per account is supported.</para> + </listitem> </itemizedlist> <para>For information, see <xref linkend="creating-shared-network"/>.</para> </section>
