mirror of https://github.com/apache/cloudstack.git
missed another firewall typo
This commit is contained in:
parent
ec6babd4ea
commit
bd723c252b
|
|
@ -53,7 +53,7 @@
|
|||
<programlisting language="Bash">ufw allow proto tcp from any to any port 1798</programlisting>
|
||||
<programlisting language="Bash">ufw allow proto tcp from any to any port 16509</programlisting>
|
||||
<programlisting language="Bash">ufw allow proto tcp from any to any port 5900:6100</programlisting>
|
||||
<programlisting language="Bash">ufw allow proto tcp from any to any port 49152:492160</programlisting>
|
||||
<programlisting language="Bash">ufw allow proto tcp from any to any port 49152:49216</programlisting>
|
||||
<note><para>By default UFW is not enabled on Ubuntu. Executing these commands with the firewall disabled does not enable the firewall.</para></note>
|
||||
</section>
|
||||
<para>The host is now ready to be added to a cluster. This is covered in a later section, see <xref linkend="host-add" />. It is recommended that you continue to read the documentation before adding the host!</para>
|
||||
|
|
|
|||
Loading…
Reference in New Issue