Hello, I have to debug some problem from a specific NAS and so I'd like to use the "debug condition' of radmin. conditionnal debug is really a great feature for helping quickly find out problems. Unfortunately it just doens't work and everythings is debuged and not only packet matching the condition. Here what i did: radmin>debug condition '(NAS-IP-Address == "1.2.3.4")' radmin> debug level 4 radmin> show debug level 4 radmin> show debug condition (NAS-IP-Address == "202.3.238.209") Unfortunately, when looking at the log file I seen stuf like this: ++[preprocess] returns ok [acct_unique] Hashing 'NAS-Port = 302458251,Client-IP-Address = 192.168.110.45,NAS-IP-Address = 42.123.21.78,Acct-Session-Id = "0001003F28000B60-4C11A0B6",User-Name = "A4NJkfU@toto"' Does anybody uses this feature of radmin successfully? Is it supposed to be stable? Thx -- Alexandre Chapellon <alexandre.chapellon@mana.pf> Mana SAS
Alexandre Chapellon wrote:
Here what i did:
radmin>debug condition '(NAS-IP-Address == "1.2.3.4")'
This sets the debugging on for packets matching that criterie.
radmin> debug level 4
This sets the *global* debug level to 4.
Does anybody uses this feature of radmin successfully? Is it supposed to be stable?
Yes. Don't set the global debug level. "debug condition" sets the debug level to "2" for *just* those requests. Alan DeKok.
participants (2)
-
Alan DeKok -
Alexandre Chapellon