diff --git a/docs/en-US/hypervisor-host-install-firewall.xml b/docs/en-US/hypervisor-host-install-firewall.xml
index e99c88e4882..29693498092 100644
--- a/docs/en-US/hypervisor-host-install-firewall.xml
+++ b/docs/en-US/hypervisor-host-install-firewall.xml
@@ -41,7 +41,7 @@
iptables -I INPUT -p tcp -m tcp --dport 1798 -j ACCEPT
iptables -I INPUT -p tcp -m tcp --dport 16509 -j ACCEPT
iptables -I INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT
- iptables -I INPUT -p tcp -m tcp --dport 49152:492160 -j ACCEPT
+ iptables -I INPUT -p tcp -m tcp --dport 49152:49216 -j ACCEPT
These iptable settings are not persistent accross reboots, we have to save them first.
iptables-save > /etc/sysconfig/iptables
@@ -56,4 +56,4 @@
ufw allow proto tcp from any to any port 49152:492160
By default UFW is not enabled on Ubuntu. Executing these commands with the firewall disabled does not enable the firewall.
-
\ No newline at end of file
+
diff --git a/docs/en-US/hypervisor-kvm-install-flow.xml b/docs/en-US/hypervisor-kvm-install-flow.xml
index fe79e8501d3..08864ee44cf 100644
--- a/docs/en-US/hypervisor-kvm-install-flow.xml
+++ b/docs/en-US/hypervisor-kvm-install-flow.xml
@@ -27,9 +27,9 @@
+
-