[
https://issues.apache.org/jira/browse/CLOUDSTACK-8864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14877247#comment-14877247
]
ASF GitHub Bot commented on CLOUDSTACK-8864:
--------------------------------------------
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 <[email protected]>
Date: 2015-09-19T18:10:21Z
CLOUDSTACK-8864: Not able to add TCP port forwarding rule in VPN for
specific ports
----
> Not able to add TCP port forwarding rule in VPN for specific ports
> ------------------------------------------------------------------
>
> Key: CLOUDSTACK-8864
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8864
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.3.0
> Reporter: sudharma jain
>
> Port forwading rule for ports 500,1701 and 4500 can't be added when a VPN is
> configured. Trying to add a rule gives following error.
> "The range specified, xxxx, conflicts with rule xxxx which has 500-500."
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)