DaveA wrote:
> This is my condition in the default site:
>
> if ("%{request:Tunnel-Client-Endpoint:0}" ==
This is much more comlicated than it needs to be. The ":0" is the
problem.
Change it to:
if (Tunnel-Client-Endpoint == "%{request:Calling-Station-ID}") {
Alan DeKok.