From bd723c252b5c56801f6ecd02dbb6effd1586202d Mon Sep 17 00:00:00 2001 From: David Nalley Date: Sat, 20 Oct 2012 22:22:30 -0400 Subject: [PATCH] missed another firewall typo --- docs/en-US/hypervisor-host-install-firewall.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/hypervisor-host-install-firewall.xml b/docs/en-US/hypervisor-host-install-firewall.xml index 4627b07cbf7..4c4634695fb 100644 --- a/docs/en-US/hypervisor-host-install-firewall.xml +++ b/docs/en-US/hypervisor-host-install-firewall.xml @@ -53,7 +53,7 @@ ufw allow proto tcp from any to any port 1798 ufw allow proto tcp from any to any port 16509 ufw allow proto tcp from any to any port 5900:6100 - ufw allow proto tcp from any to any port 49152:492160 + ufw allow proto tcp from any to any port 49152:49216 By default UFW is not enabled on Ubuntu. Executing these commands with the firewall disabled does not enable the firewall. The host is now ready to be added to a cluster. This is covered in a later section, see . It is recommended that you continue to read the documentation before adding the host!