summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-07 18:59:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-07 18:59:23 +0000
commit4c6fc51111f6c3c82616b2d76bb2ccf50fe8e9f4 (patch)
treedff5019c9f63f8ec75d64236c5da22537e737a59 /usr/local/www/firewall_virtual_ip_edit.php
parentdd328aedf8d7a70c8415fb7b747d07d26a7dbdba (diff)
downloadpfsense-4c6fc51111f6c3c82616b2d76bb2ccf50fe8e9f4.zip
pfsense-4c6fc51111f6c3c82616b2d76bb2ccf50fe8e9f4.tar.gz
Add a big fat warning that ProxyARP type addresses do not work with userland applications such as PFTPX (FTP Helper, squid, etc)
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index e77d3f5..384a86f 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -392,6 +392,19 @@ function typesel_change() {
<?php endif; ?>
</td>
</tr>
+ <tr>
+ <td colspan="4">
+ <p>
+ <span class="vexpl">
+ <span class="red">
+ <strong>Note:<br></strong>
+ </span>&nbsp;&nbsp;
+ ProxyARP type IP addresses *DO NOT* work with the FTP Helper and addon packages such as squid. Use a CARP type address in this case.
+ </span>
+ </p>
+ </td>
+ </tr>
+
</table>
</form>
<script language="JavaScript">
OpenPOWER on IntegriCloud