mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2709
This commit is contained in:
parent
a0d5b78e84
commit
8ebf2ca3d7
|
|
@ -4396,6 +4396,12 @@ under the License.
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-2709"
|
||||
>CLOUDSTACK-2709</ulink></para></entry>
|
||||
<entry><para>Egress rules are are not supported on shared networks.</para>
|
||||
>
|
||||
</entry>
|
||||
<row>
|
||||
<entry><para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-1747"
|
||||
>CLOUDSTACK-1747</ulink></para></entry>
|
||||
|
|
|
|||
|
|
@ -23,13 +23,15 @@
|
|||
<note>
|
||||
<para>The egress firewall rules are supported only on virtual routers.</para>
|
||||
</note>
|
||||
<para/>
|
||||
<para>The egress traffic originates from a private network to a public network, such as the
|
||||
Internet. By default, the egress traffic is blocked, so no outgoing traffic is allowed from a
|
||||
guest network to the Internet. However, you can control the egress traffic in an Advanced zone
|
||||
by creating egress firewall rules. When an egress firewall rule is applied, the traffic specific
|
||||
to the rule is allowed and the remaining traffic is blocked. When all the firewall rules are
|
||||
removed the default policy, Block, is applied.</para>
|
||||
<note>
|
||||
<para>The egress firewall rules are not supported on shared networks.</para>
|
||||
</note>
|
||||
<para>Consider the following scenarios to apply egress firewall rules:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Reference in New Issue