I'm trying to set up monitoring of radius servers. I created check using configuration wizzard (Radius Server). However, output of command is always "CRITICAL: Access REJECT. (code = 3)". Credentials supplied are correct(works from another system).
This is my command and its output(sensitive data are changed):
Code: Select all
./check_radius_adv -u user@domain -p password -s secret -r servername -v
Using the following information
-------------------------------
username: user@domain
password: password
shared secret: secret
server: servername
path of attributes file :
CRITICAL: Access REJECT. (code = 3) | rtt=1.0039 rttms=1003.8559Code: Select all
Tue Oct 20 13:31:15 2015
Packet-Type = Access-Request
User-Name = "user@domain"
User-Password = "\205\331\3161\206\373\244\356k\036\316X\304\313\335\352"
NAS-IP-Address = 1.2.3.4
Huntgroup-Name = "groupname"It seems that check_radius_adv somehow changes password that is sent to radius server, and thus server rejects access. Any help would be appreciated.
Thanks.
Used environment:
nagios server: Nagios XI 5.2.0 manually installed; RHEL 6.7 (64-bit)
radius server: FreeRADIUS 2.1.12 running at Ubuntu 14.04 LTS (64-bit)