8 Feb
2008
8 Feb
'08
9:27 a.m.
Luis Galan wrote:
I have changed to that: key = "%{NAS-IP-Address} %{Acct-Session-Id}"
Question: Is it the right choice? or Should I use key = "%{NAS-IP-Address} %{Acct-Unique-Session-Id}"? Do I have to change something else?
No. You want something that is unique to each client. The Acct-Session-Id attribute is unique to each *session*, which is completely different. Try Calling-Station-Id, if that's available. It's usually the MAC address... Alan DeKok.