12 Mar
2010
12 Mar
'10
3:22 a.m.
Etienne Pretorius wrote:
Could you please tell me what attributes I should use in the Accounting section to achieve the following:
if ((Packet-Src-IP-Address != A) && (Packet-Src-IP-Address != B)) { copy-acct-to-home-server-A copy-acct-to-home-server-B }
I had hoped that was relatively clear. The "Packet-Src-IP-Address" is the source IP of the packet... i.e. the client's IP address.
I have tried Client-IP-Address, and it does not get resolved.
Why did you try that? Alan DeKok.