summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-23 23:29:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-23 23:29:54 +0000
commitb1caca4b0c60619db8b0b01e51e5e2f63ca392af (patch)
treeaa1777fa0b8ff0375e4ce09a405d6bc311d8cb25
parent28a87253a8018b6c5064a5dbddb463d72cf8f6b2 (diff)
downloadpfsense-b1caca4b0c60619db8b0b01e51e5e2f63ca392af.zip
pfsense-b1caca4b0c60619db8b0b01e51e5e2f63ca392af.tar.gz
Note second item as *
-rwxr-xr-xusr/local/www/services_proxyarp.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/local/www/services_proxyarp.php b/usr/local/www/services_proxyarp.php
index 95427ab..dc71439 100755
--- a/usr/local/www/services_proxyarp.php
+++ b/usr/local/www/services_proxyarp.php
@@ -142,11 +142,10 @@ if ($_GET['act'] == "del") {
</table>
</form>
<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.
+ </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