You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/10/01 20:52:34 UTC

[jira] [Commented] (VCL-174) NAT - support for sites that have small IP address ranges

    [ https://issues.apache.org/jira/browse/VCL-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155283#comment-14155283 ] 

ASF subversion and git services commented on VCL-174:
-----------------------------------------------------

Commit 1628807 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1628807 ]

VCL-174 - NAT - support for sites that have small IP address ranges

computer.php: modified validateResourceData: if natenabled or nathostid changed, check for active reservations on the computer; if found, report error that NAT settings cannot be changed during active reservations

requests.php: modified AJconnectRequest: substitute all port information from connectmethodports and natports for each connectmethod

utils.php:
-modified getImageConnectMethodTexts: added connectmethodport data to array of data returned for each connectmethod
-modified getRequestInfo: removed connectport from returned data; modified query to use rh.natIP as connectIP or, if that is NULL, use computer.IPaddress
-added getReservationNATports
-modified sendRDPfile: use connectmethods and natports to determine if a port should be appended to 'full address'

xmlrpcWrappers.php: modified XMLRPCgetRequestConnectData: return port data based on combination of connectmethods connectmethodports, and natports

> NAT - support for sites that have small IP address ranges
> ---------------------------------------------------------
>
>                 Key: VCL-174
>                 URL: https://issues.apache.org/jira/browse/VCL-174
>             Project: VCL
>          Issue Type: New Feature
>          Components: database, vcld (backend), web gui (frontend)
>            Reporter: Aaron Peeler
>            Priority: Minor
>             Fix For: 2.4
>
>         Attachments: vcl_nat_patch.diff
>
>
> Add the support for Network Address Translation so smaller sites can provide many resources with a small number of IP addresses.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)