mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add a big fat warning that ProxyARP type addresses do not work with userland applications such as PFTPX (FTP Helper, squid, etc)
This commit is contained in:
parent
dd328aedf8
commit
4c6fc51111
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user