[
https://issues.apache.org/jira/browse/VCL-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14244716#comment-14244716
]
ASF subversion and git services commented on VCL-174:
-----------------------------------------------------
Commit 1645057 from [~arkurth] in branch 'vcl/trunk'
[ https://svn.apache.org/r1645057 ]
VCL-174
Changed iptables.pm::initialize to only check for the iptables command, not the
service. The command can be used if firewalld is used.
Updated configure_nat to figure out the internal network address and network
bits. The MASQUERADE rule was tightened so that it matches only if the
destination address is not on the internal network to allow things to work if
the public and internal networks are using the same interface.
Added check to Windows.pm::grant_access when process_connect_methods is called.
It was not returning if process_connect_methods failed. As a result, the
reservation did not fail when it should have.
Other
Updated Linux.pm::update_public_hostname. It was generating unnecessary
warnings if the public IP address did not resolve. Added
utils.pm::ip_address_to_hostname. This is called by update_public_hostname
instead of running ipcalc. If the hostname can't be resolved the hostname is
set to the name in the VCL database.
Updated Linux.pm::set_static_public_address to continue to try to set the
default route even if the IP address is correct to begin with.
> 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)