You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2013/06/06 23:05:21 UTC

git commit: updated refs/heads/master to f61d61d

Updated Branches:
  refs/heads/master f4a1a2ff3 -> f61d61db9


CLOUDSTACK-2875: allow port 8080 on virtual router so that vm can get password from virtual router


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f61d61db
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f61d61db
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f61d61db

Branch: refs/heads/master
Commit: f61d61db9490eb28d2feedbef0d329479a66aede
Parents: f4a1a2f
Author: Wei Zhou <w....@leaseweb.com>
Authored: Thu Jun 6 23:05:12 2013 +0200
Committer: Wei Zhou <w....@leaseweb.com>
Committed: Thu Jun 6 23:05:12 2013 +0200

----------------------------------------------------------------------
 .../debian/config/etc/iptables/iptables-router     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f61d61db/patches/systemvm/debian/config/etc/iptables/iptables-router
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/etc/iptables/iptables-router b/patches/systemvm/debian/config/etc/iptables/iptables-router
index 3f5bc5f..b214e40 100644
--- a/patches/systemvm/debian/config/etc/iptables/iptables-router
+++ b/patches/systemvm/debian/config/etc/iptables/iptables-router
@@ -37,6 +37,7 @@ COMMIT
 -A INPUT -i eth0 -p tcp -m tcp --dport 53 -j ACCEPT
 -A INPUT -i eth1 -p tcp -m state --state NEW --dport 3922 -j ACCEPT
 -A INPUT -i eth0 -p tcp -m state --state NEW --dport 80 -j ACCEPT
+-A INPUT -i eth0 -p tcp -m state --state NEW --dport 8080 -j ACCEPT
 -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
 -A FORWARD -i eth2 -o eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
 -A FORWARD -i eth0 -o eth0 -m state --state NEW -j ACCEPT