[
https://issues.apache.org/jira/browse/CLOUDSTACK-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15695366#comment-15695366
]
ASF GitHub Bot commented on CLOUDSTACK-9617:
--------------------------------------------
GitHub user jayapalu opened a pull request:
https://github.com/apache/cloudstack/pull/1782
CLOUDSTACK-9617: Fixed enabling remote access after PF configured on …
Enabling Remote access Vpn Fails when there is a portforwarding rule of the
reserved ports ( 1701 , 500 , 4500) under TCP protocol on Source nat IP
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jayapalu/cloudstack CLOUDSTACK-9617
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1782.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 #1782
----
commit c4f855deb20ee11a4022d400e5db5bb10259a435
Author: Jayapalu <[email protected]>
Date: 2016-11-25T08:53:03Z
CLOUDSTACK-9617: Fixed enabling remote access after PF configured on vpn
tcp ports
----
> Enabling Remote access Vpn Fails when there is a portforwarding rule of the
> reserved ports ( 1701 , 500 , 4500) under TCP protocol.
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9617
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9617
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Network Controller
> Reporter: Jayapal Reddy
> Assignee: Jayapal Reddy
> Fix For: 4.9.2.0
>
>
> Navigate to Network -> Configuration -> Portforwarding
> Create a new rule 1701 under both private and public ports for TCP Protocol
> and assign a VM.
> Now Enable Remote access VPN on the Network .
> observation :
> Enabling VPN acess is failing with the following error "The range
> specified, 1701-1701, conflicts with rule 53 which has 1701-1701 "
> Expected Result :
> Enabling VPN should be sucessful , as the port forwarding rule added is TCP
> protocol , and the firewall rules populated when VPN is enabled is UDP
> protocol.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)