Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F3BBDB41 for ; Sun, 21 Oct 2012 02:06:00 +0000 (UTC) Received: (qmail 93117 invoked by uid 500); 21 Oct 2012 02:06:00 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 93096 invoked by uid 500); 21 Oct 2012 02:06:00 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 93089 invoked by uid 99); 21 Oct 2012 02:06:00 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Oct 2012 02:06:00 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7AF4345743; Sun, 21 Oct 2012 02:05:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ke4qqq@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: CLOUDSTACK-402 - fixing firewall statement so that it actually works Message-Id: <20121021020559.7AF4345743@tyr.zones.apache.org> Date: Sun, 21 Oct 2012 02:05:59 +0000 (UTC) Updated Branches: refs/heads/master 703275e5b -> 7a940fc5f CLOUDSTACK-402 - fixing firewall statement so that it actually works Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7a940fc5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7a940fc5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7a940fc5 Branch: refs/heads/master Commit: 7a940fc5f7472ad830ecbbd30b6f5197fd7b6086 Parents: 0eff53f Author: David Nalley Authored: Sat Oct 20 22:05:32 2012 -0400 Committer: David Nalley Committed: Sat Oct 20 22:05:32 2012 -0400 ---------------------------------------------------------------------- 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(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7a940fc5/docs/en-US/hypervisor-host-install-firewall.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/hypervisor-host-install-firewall.xml b/docs/en-US/hypervisor-host-install-firewall.xml index e99c88e..2969349 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 + http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7a940fc5/docs/en-US/hypervisor-kvm-install-flow.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/hypervisor-kvm-install-flow.xml b/docs/en-US/hypervisor-kvm-install-flow.xml index fe79e85..08864ee 100644 --- a/docs/en-US/hypervisor-kvm-install-flow.xml +++ b/docs/en-US/hypervisor-kvm-install-flow.xml @@ -27,9 +27,9 @@ + -