Hi Alan, On Mon, Dec 14, 2020 at 2:55 PM Alan DeKok <aland@deployingradius.com> wrote:
On Dec 14, 2020, at 3:49 PM, Matt Zagrabelny via Freeradius-Users < freeradius-users@lists.freeradius.org> wrote:
I'd like to log the accept or reject from the proxy. From running the server in debug I see:
(13) Received Access-Accept Id 178 from 10.0.0.1:1812 to 192.168.0.1:44377 length 51 ... What is the best way to get the results of the proxy to linelog? Or is linelog the best place to log these results?
See the post-proxy section. Put a "linelog" there. It will log the replies from the home server.
I should have mentioned that I did put the linelong in post-proxy. I do get two messages (I've got linelog entered for both pre & post proxy): 2020-12-14 13:46:04 Access Request for user for: [bob] via client [192.168.0.1] from user station [68.115.93.161] 2020-12-14 13:46:04 Access Request for user for: [bob] via client [192.168.0.1] from user station [68.115.93.161] ...but, I don't see how to get the result and home server. Is my linelog configuration (mentioned in my initial email) interfering with the logging behavior you are expecting to see? Thanks, -m