Revision baf92a0f
Added by Scott Ullrich over 19 years ago
usr/local/www/services_captiveportal.php | ||
---|---|---|
323 | 323 |
<input name="nomacfilter" type="checkbox" class="formfld" id="nomacfilter" value="yes" <?php if ($pconfig['nomacfilter']) echo "checked"; ?>> |
324 | 324 |
<strong>Disable MAC filtering</strong><br> |
325 | 325 |
If this option is set, no attempts will be made to ensure that the MAC address of clients stays the same while they're logged in. |
326 |
This is required when the MAC address of the client cannot be determined (usually because there are routers between m0n0wall and the clients).
|
|
326 |
This is required when the MAC address of the client cannot be determined (usually because there are routers between pfSense and the clients).
|
|
327 | 327 |
If this is enabled, RADIUS MAC authentication cannot be used.</td> |
328 | 328 |
</tr> |
329 | 329 |
<tr> |
... | ... | |
464 | 464 |
} |
465 | 465 |
?></select><br> |
466 | 466 |
If RADIUS type is set to Cisco, in Access-Requests the value of Calling-Station-Id will be set to the client's IP address and |
467 |
the Called-Station-Id to the client's MAC address. Default behaviour is Calling-Station-Id = client's MAC address and Called-Station-Id = m0n0wall's WAN IP address.</td>
|
|
467 |
the Called-Station-Id to the client's MAC address. Default behaviour is Calling-Station-Id = client's MAC address and Called-Station-Id = pfSense's WAN IP address.</td>
|
|
468 | 468 |
</tr> |
469 | 469 |
</table> |
470 | 470 |
</tr> |
Also available in: Unified diff
m0n0wall -> pfSense