Der tanapro RADIUS Client ist ein Freeware Programm zum Testen eines RADIUS Servers. Es kann auch zur automatisierten Überwachung eines RADIUS Servers eingesetzt werden. Das Programm ist zur Zeit nur in englisch verfügbar. taRadiusClient

taRadiusClient v1.3

This application is a RADIUS test client which comes along with Tanapro's strong authentication RADIUS server taRadiusSrv (http://www.tanapro.ch). It can be used to test a RADIUS server and to debug it's reply.
Following features are supported:

  • Runs under Windows and Linux
  • Graphical interface (GUI)
  • PAP authentication
  • Interpretation of reply type (accept/deny/challenge)
  • Decoding of reply message (e.g. challenge message in challenge/response dialogues)
  • HexBin output of all attributes in the RADIUS reply
  • Commandline support
  • Debug mode

Installation

The program is written in Ewe ( http://www.ewesoft.com) and therefore needs the Ewe VM.

  1. Download and install the Ewe VM
  2. Download taRadiusClient.zip v1.3.1
  3. Unzip the files in taRadiusClient.zip to any directory of your choice

Graphical interface

To start the client in graphical mode, enter the following command:
Ewe taRadiusClient.ewe

Commandline support

If all inputs are passed on the commandline, the application runs without user intervention, writes the output to stdout and returns an errorlevel:

  •  0: accept
  •  1: deny
  •  2: challenge
  •  3: timeout
  •  4: invalid input
  •  5: application error
  •  6: unknown or invalid host
  •  7: invalid reply packet
  • 99: exception

Example: Ewe taRadiusClient.ewe localhost 1812 taRadiusSrv testuser testpw

Additional information