Revision 3e3582a9
Added by Erik Fonnesbeck about 15 years ago
usr/local/www/firewall_nat_edit.php | ||
---|---|---|
581 | 581 |
</tr> |
582 | 582 |
</table> |
583 | 583 |
<br /> |
584 |
<span class="vexpl">Specify the source port or port range for this rule. <b>This is almost never equal to the destination port range (and is usually "any")</b>. <br /> Hint: you can leave the <em>'to'</em> field empty if you only want to filter a single port</span><br/>
|
|
584 |
<span class="vexpl"><?=gettext("Specify the source port or port range for this rule. <b>This is usually <em>random</em> and almost never equal to the destination port range (and should usually be "any").</b> <br /> Hint: you can leave the <em>'to'</em> field empty if you only want to filter a single port.");?></span><br/>
|
|
585 | 585 |
</td> |
586 | 586 |
</tr> |
587 | 587 |
<tr> |
usr/local/www/firewall_rules_edit.php | ||
---|---|---|
820 | 820 |
</tr> |
821 | 821 |
</table> |
822 | 822 |
<br /> |
823 |
<span class="vexpl">Specify the source port or port range for this rule. <b>This is almost never equal to the destination port range (and is usually "any")</b>. <br /> Hint: you can leave the <em>'to'</em> field empty if you only want to filter a single port</span><br/>
|
|
823 |
<span class="vexpl"><?=gettext("Specify the source port or port range for this rule. <b>This is usually <em>random</em> and almost never equal to the destination port range (and should usually be "any").</b> <br /> Hint: you can leave the <em>'to'</em> field empty if you only want to filter a single port.");?></span><br/>
|
|
824 | 824 |
</td> |
825 | 825 |
</tr> |
826 | 826 |
<tr> |
Also available in: Unified diff
It wasn't clear enough why source port should usually be any. Make it more clear.