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/disk_io_throttling Commit: f61d61db9490eb28d2feedbef0d329479a66aede Parents: f4a1a2f Author: Wei Zhou <w.z...@leaseweb.com> Authored: Thu Jun 6 23:05:12 2013 +0200 Committer: Wei Zhou <w.z...@leaseweb.com> Committed: Thu Jun 6 23:05:12 2013 +0200 ---------------------------------------------------------------------- patches/systemvm/debian/config/etc/iptables/iptables-router | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- 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