diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-06-07 18:59:23 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-06-07 18:59:23 +0000 |
commit | 4c6fc51111f6c3c82616b2d76bb2ccf50fe8e9f4 (patch) | |
tree | dff5019c9f63f8ec75d64236c5da22537e737a59 /usr/local | |
parent | dd328aedf8d7a70c8415fb7b747d07d26a7dbdba (diff) | |
download | pfsense-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')
-rwxr-xr-x | usr/local/www/firewall_virtual_ip_edit.php | 13 |
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> + 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"> |