<strong><?=gettext("Disable reply-to on WAN rules");?></strong>
<divclass="hidden"for="help_for_disablereplyto">
<strong><?=gettext("Disable reply-to on WAN rules");?></strong>
<br/>
<?=gettext("With Multi-WAN you generally want to ensure traffic leaves the same interface it arrives on, hence reply-to is added automatically by default. ".
"When using bridging, you must disable this behavior if the WAN gateway IP is different from the gateway IP of the hosts behind the bridged interface.");?>
<strong><?=gettext("Disable Negate rule on policy routing rules");?></strong>
<divclass="hidden"for="help_for_disablenegate">
<strong><?=gettext("Disable Negate rule on policy routing rules");?></strong>
<br/>
<?=gettext("With Multi-WAN you generally want to ensure traffic reaches directly connected networks and VPN networks when using policy routing. You can disable this for special purposes but it requires manually creating rules for these networks");?>
</div>
</td>
...
...
@@ -533,12 +524,11 @@ include("head.inc");
</td>
</tr>
<tr>
<td><aid="help_for_aliasesresolveinterval"href="#"class="showhelp"><iclass="fa fa-info-circle"></i></a><?=gettext("Check certificate of aliases URLs");?></td>
<td><aid="help_for_checkaliasesurlcert"href="#"class="showhelp"><iclass="fa fa-info-circle"></i></a><?=gettext("Check certificate of aliases URLs");?></td>
<strong><?=gettext("Enables the automatic creation of additional NAT redirect rules for access to 1:1 mappings of your external IP addresses from within your internal networks.");?></strong>
<strong><?=gettext("Enables the automatic creation of additional NAT redirect rules for access to 1:1 mappings of your external IP addresses from within your internal networks.");?></strong>
<br/><br/>
<?=gettext("Note: Reflection on 1:1 mappings is only for the inbound component of the 1:1 mappings. This functions the same as the pure NAT mode for port forwards. For more details, refer to the pure NAT mode description above.");?>
<br/><br/>
<?=gettext("Individual rules may be configured to override this system setting on a per-rule basis.");?>
...
...
@@ -619,12 +608,11 @@ include("head.inc");
</td>
</tr>
<tr>
<td><aid="help_for_enablenatreflectionhelper"href="#"class="showhelp"><iclass="fa fa-info-circle"></i></a><?=gettext("Enable automatic outbound NAT for Reflection");?></td>
<td><aid="help_for_enablenatreflectionhelper"href="#"class="showhelp"><iclass="fa fa-info-circle"></i></a><?=gettext("Automatic outbound NAT for Reflection");?></td>
<strong><?=gettext("Automatically create outbound NAT rules which assist inbound NAT rules that direct traffic back out to the same subnet it originated from.");?></strong>
<strong><?=gettext("Automatically create outbound NAT rules which assist inbound NAT rules that direct traffic back out to the same subnet it originated from.");?></strong>
<br/>
<?=gettext("Required for full functionality of the pure NAT mode of NAT Reflection for port forwards or NAT Reflection for 1:1 NAT.");?>
<br/><br/>
<?=gettext("Note: This only works for assigned interfaces. Other interfaces require manually creating the outbound NAT rules that direct the reply packets back through the router.");?>