radtest not found / Problems with FreeRadius
-
radtest testuser testpassword 127.0.0.1:1812 0 testing123
radtest: Command not found.Among my many other Radius problems, I can't even test it to figure out why these errors are happening.
On connecting my Pixel 7 Pro (most recent update), I get this:
(17) Login incorrect (Failed retrieving values required to evaluate condition): [MyUser/<via Auth-Type = eap>] (from client AC port 0 cli 0C-C4-13-49-B2-4E)
I have exhausted every search option. Please help.
-
@abuttino said in radtest not found / Problems with FreeRadius:
radtest: Command not found.
what version of pfsense are you using? I show radtest is there
[23.05.1-RELEASE][admin@sg4860.local.lan]/root: radtest Usage: radtest [OPTIONS] user passwd radius-server[:port] nas-port-number secret [ppphint] [nasname] -d RADIUS_DIR Set radius directory -t <type> Set authentication method type can be pap, chap, mschap, or eap-md5 -P protocol Select udp (default) or tcp -x Enable debug output -4 Use IPv4 for the NAS address (default) -6 Use IPv6 for the NAS address [23.05.1-RELEASE][admin@sg4860.local.lan]/root:
-
@johnpoz The most recent stable.
I was able to address it through command prompt on Diagnostics. But it's not there on Shell.
-
@abuttino it is there..
[23.05.1-RELEASE][admin@sg4860.local.lan]/root: pkg which /usr/local/bin/radtest /usr/local/bin/radtest was installed by package freeradius3-3.2.2 [23.05.1-RELEASE][admin@sg4860.local.lan]/root:
it is part of the freerad package..
-
-
This is what I get when I run the which command:
[2.6.0-RELEASE][admin@pfs.te.com]/root: pkg which /usr/local/bin/radtest ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/sbin/pkg not found
-
@abuttino well you got something borked up.. you can not even seem to run the pkg command.
-
@johnpoz grr, was using the wrong pfSense server.
Was using my East Coast server. SSH friendly name pointed to the wrong IP..
On to the issue!
(New post for that)
-
@abuttino said in radtest not found / Problems with FreeRadius:
grr, was using the wrong pfSense server.
not sure why that should matter running the pkg command, I could see it not having freerad installed as to why radtest not there. But the pkg command? Maybe that just generic sort of error since that pfsense didn't actually have the radtest file because freerad was not installed.