Revision 3f76f90e
Added by Erik Fonnesbeck over 13 years ago
usr/local/www/system_advanced_firewall.php | ||
---|---|---|
427 | 427 |
<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> |
428 | 428 |
<br/> |
429 | 429 |
<?=gettext("Required for full functionality of the pure NAT mode of NAT Reflection for port forwards or NAT Reflection for 1:1 NAT.");?> |
430 |
<br/><br/> |
|
431 |
<?=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.");?> |
|
430 | 432 |
</td> |
431 | 433 |
</tr> |
432 | 434 |
<tr> |
Also available in: Unified diff
Add note to NAT Reflection helper indicating where it works.