missed another firewall typo

This commit is contained in:
David Nalley 2012-10-20 22:22:30 -04:00
parent ec6babd4ea
commit bd723c252b
1 changed files with 1 additions and 1 deletions

View File

@ -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>