GitHub user jayapalu opened a pull request: https://github.com/apache/cloudstack/pull/867
CLOUDSTACK-8891: Fixed default iptables rules on VR for guest traffic VR default iptables rules in INPUT chain are configured partially. In CsAddress.py rules are configured while configuring public interface, guest interface post configuration is missed. Fixed to configure guest post configuration so that iptables rules are configured. Testing: 1. Deployed vm in the network. 2.iptables rules on the VR configured correctly. 3.VM got the dhcp ip address from the VR. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jayapalu/cloudstack CLOUDSTACK-8891 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/867.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #867 ---- commit 276fa531c768b2f4be2b80d128a488f36dff29a2 Author: Jayapal <jayapalreddy.ur...@citrix.com> Date: 2015-09-22T05:03:58Z CLOUDSTACK-8891: Fixed default iptables rules on VR for guest traffic ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---