GitHub user SudharmaJain opened a pull request: https://github.com/apache/cloudstack/pull/851
CLOUDSTACK-8864: Not able to add TCP port forwarding rule in VPN for ⦠â¦specific ports Setting port forwarding rules for port 500,1701 and 4500 after enabling VPN, gives the error message "The range specified, xxxx, conflicts with rule xxxx which has xxxx." This happens because the rules added for vpn doesn't have a matching condition to allow port forwarding rules. Added a unit test to verify the detectRulesConflict function of FirewallManagerImpl. You can merge this pull request into a Git repository by running: $ git pull https://github.com/SudharmaJain/cloudstack cs-8864 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/851.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 #851 ---- commit 96c38bf491d81e41975dddbfc3c87716293c7bdf Author: SudharmaJain <sudharma.j...@citrix.com> Date: 2015-09-19T18:10:21Z CLOUDSTACK-8864: Not able to add TCP port forwarding rule in VPN for specific ports ---- --- 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. ---