mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1028. Doc. Re-add section Firewall Rules: this section is about ingress rules. Fix intro sentence to agree with new Egress Rules section. Egress traffic is now blocked by default.
This commit is contained in:
parent
886c3a5696
commit
b1fa2669ce
|
|
@ -20,13 +20,16 @@
|
|||
-->
|
||||
<section id="ip-forwarding-firewalling">
|
||||
<title>IP Forwarding and Firewalling</title>
|
||||
<para>By default, all incoming traffic to the public IP address is rejected. All outgoing traffic
|
||||
from the guests is translated via NAT to the public IP address and is allowed.</para>
|
||||
<para>By default, all incoming traffic to the public IP address is rejected.
|
||||
All outgoing traffic from the guests is also blocked by default.</para>
|
||||
<para>To allow outgoing traffic, follow the procedure in <xref linkend="egress-firewall-rule"/>.</para>
|
||||
<para>To allow incoming traffic, users may set up firewall rules and/or port forwarding rules. For
|
||||
example, you can use a firewall rule to open a range of ports on the public IP address, such as
|
||||
33 through 44. Then use port forwarding rules to direct traffic from individual ports within
|
||||
that range to specific ports on user VMs. For example, one port forwarding rule could route
|
||||
incoming traffic on the public IP's port 33 to port 100 on one user VM's private IP.</para>
|
||||
<xi:include href="egress-firewall-rule.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
incoming traffic on the public IP's port 33 to port 100 on one user VM's private IP.
|
||||
For more information, see <xref linkend="firewall-rules"/> and <xref linkend="port-forwarding"/>.</para>
|
||||
<xi:include href="egress-firewall-rule.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="firewall-rules.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="port-forwarding.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue