summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-30 15:16:10 -0400
committerjim-p <jimp@pfsense.org>2011-08-30 15:16:10 -0400
commit3499a9544552170198821008cd06c04ea4f4fd96 (patch)
tree61abc09d65d268e053efa13d691c5cc38eb817bd
parentce6577d2afb5133b4ab8d13c13f744b4f7abbeea (diff)
downloadpfsense-3499a9544552170198821008cd06c04ea4f4fd96.zip
pfsense-3499a9544552170198821008cd06c04ea4f4fd96.tar.gz
Fix note width for 1:1 NAT
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index 60f1189..1ed315e 100755
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -174,7 +174,7 @@ include("head.inc");
</td>
</tr>
<tr>
- <td colspan="4">
+ <td colspan="5">
<p><span class="vexpl"><span class="red"><strong><?=gettext("Note:"); ?><br>
</strong></span><?=gettext("Depending on the way your WAN connection is setup, you may also need a"); ?> <a href="firewall_virtual_ip.php"><?=gettext("Virtual IP."); ?></a><br/>
<?=gettext("If you add a 1:1 NAT entry for any of the interface IPs on this system, it will make this system inaccessible on that IP address. i.e. if " .
OpenPOWER on IntegriCloud