[
https://issues.apache.org/jira/browse/VCL-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14251680#comment-14251680
]
ASF subversion and git services commented on VCL-174:
-----------------------------------------------------
Commit 1646463 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1646463 ]
VCL-174 - NAT - support for sites that have small IP address ranges
added section to add/edit computer to configure settings for using as NAT host
computer.php:
-modified addEditDialogHTML: added form elements to configure settings for
using as NAT host
-modified AJsaveResource: added queries for handling nathost entries
-modified validateResourceData: modified query that checks for reservations for
node when modifying connect with NAT data to ignore reload reservations; added
nathostenabled, natpublicIpaddress, and natinternalIPaddress; added check for
reservations for nodes using this node as a NAT host, disallow changes to NAT
host info if there are reservations
-modified addResource: when adding a single computer, include insert into
nathost table if configured to be NAT host
utils.php: modified getComputers: added nathostenabled, natpublicIPaddress, and
natinternalIPaddress
computer.js:
-modified addNewResource: set 'mode' to 'single' when opening dialog; added
disabling natpublicipaddress and natinternalipaddress
-modified toggleAddSingle: remove 'hidden' from 'nathost' div
-modified toggleAddMultiple: add 'hidden' to 'nathost' div
-modified toggleNAT: if natenabled and nathostenabled, uncheck nathostenabled
-added toggleNAThost
-modified inlineEditResourceCB: added setting nathostenabled,
natpublicipaddress, and natinternalipaddress
-modified resetEditResource: added natpublicipaddress and natinternalipaddress
-modified saveResource: added natpublicipaddress and natinternalipaddress;
added check for both using nat and being nat host being selected
> 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)