summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-11-02 23:12:54 +0000
committerBill Marquette <billm@pfsense.org>2008-11-02 23:12:54 +0000
commit20a635c1c3739e277cc15e2d45f8edff8eab0f78 (patch)
treebce250d9ed25c7f97338197af58c7913ef527d8e /usr
parente4af968c2279c33c5a35028afb4df5e3b943ca95 (diff)
downloadpfsense-20a635c1c3739e277cc15e2d45f8edff8eab0f78.zip
pfsense-20a635c1c3739e277cc15e2d45f8edff8eab0f78.tar.gz
Add note about not using proxy arp if you want shit to work. I'll deal
with this later after I get all these pieces working correctly.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/load_balancer_virtual_server_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php
index f72d6b6..01231ed 100755
--- a/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/usr/local/www/load_balancer_virtual_server_edit.php
@@ -187,6 +187,7 @@ document.observe("dom:loaded", function() {
<td width="78%" class="vtable" colspan="2">
<input name="ipaddr" type="text" <?if(isset($pconfig['ipaddr'])) echo "value=\"{$pconfig['ipaddr']}\"";?> size="16" maxlength="16">
<br><b>NOTE:</b> This is normally the WAN IP address that you would like the server to listen on. All connections to this IP and port will be forwarded to the pool cluster.
+ <br><b>NOTE:</b> DO NOT USE RELAY MODE WITH PROXY ARP - IT WILL NOT WORK - TODO for 2.0 to fix.
</td>
</tr>
<tr align="left">
OpenPOWER on IntegriCloud