Help with FreeRADIUS radtest

I’m running Suse 11 and FreeRADIUS v.2
I am trying to test my set up but whenever I give the command ‘radtest’ I get back:

bash: radtest: command not found

Any recommendations?

Looks like it not listed in PATH variable.
Do you execute the command with root user or not? If not try to execute the command as root user.
To see your current PATH application:


echo $PATH

I got it to run the test. I just had to uninstall and re-install. Silly me.

Now I can’t add users to the radius server though. All that I’m supposed to do is add the following line to the Users file:

testuser Cleartext-Password := "test"

However, when I do that and try to test the login in with:

radtest testuser test 127.0.0.1 1812 testing123

all it does is attempt to log in with no reply from the server.