From 7a940fc5f7472ad830ecbbd30b6f5197fd7b6086 Mon Sep 17 00:00:00 2001 From: David Nalley Date: Sat, 20 Oct 2012 22:05:32 -0400 Subject: [PATCH] CLOUDSTACK-402 - fixing firewall statement so that it actually works --- docs/en-US/hypervisor-host-install-firewall.xml | 4 ++-- docs/en-US/hypervisor-kvm-install-flow.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ + -