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!