summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-29 04:53:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-29 04:53:36 +0000
commit055cf54b85881b6d2c6701c3ddaac7366bec2b7c (patch)
treeb0299de50664f2adc8bbf54857fc76d746c15cf0 /usr
parentb5b601999a2a740c4f8b97f49b7f3ce60f0cf997 (diff)
downloadpfsense-055cf54b85881b6d2c6701c3ddaac7366bec2b7c.zip
pfsense-055cf54b85881b6d2c6701c3ddaac7366bec2b7c.tar.gz
Note that CARP is a good replacement for proxyarp
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_proxyarp.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/services_proxyarp.php b/usr/local/www/services_proxyarp.php
index 7e7d1d0..95427ab 100755
--- a/usr/local/www/services_proxyarp.php
+++ b/usr/local/www/services_proxyarp.php
@@ -141,10 +141,12 @@ if ($_GET['act'] == "del") {
</tr>
</table>
</form>
- <p class="vexpl"><span class="red"><strong>Note:<br>
- </strong></span>Proxy ARP can be used if you need pfSense to send ARP
+ <p class="vexpl"><span class="red"><strong>Notes:<br>
+ </strong></span> *Proxy ARP can be used if you need pfSense to send ARP
replies on an interface for other IP addresses than its own (e.g. for 1:1, advanced outbound or server NAT). It is not
necessary on the WAN interface if you have a subnet routed to you or if you use PPPoE/PPTP, and it only works on the WAN interface if it's configured with a static IP address or DHCP.</p>
+ <br>
+ CARP can be a great replacement for proxyarp.
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud