Greetings, I've looked in both: radiusd.conf proxy.conf for a way to log auth attempts that get routed through a proxy, but I'm not seeing it. I've enabled auth logs via: log { auth = yes } but I'm not seeing my proxied auth attempts in the log. Of course I see details when running radiusd -X: [...] (1) Expecting proxy response no later than 29.666655 seconds from now (1) Received Access-Accept Id 172 from 10.0.0.1:1812 to 192.168.0.1:36687 length 53 [...] (1) Login OK: [bob] (from client foo port 0) (1) Sent Access-Accept Id 222 from 192.168.0.1:1812 to 172.16.0.1:56468 length 0 Is it possible to log proxied auth attempts? Thanks for the help. -m
On Sat, Dec 5, 2020 at 11:41 AM Matthew Newton <mcn@freeradius.org> wrote:
On 05/12/2020 17:11, Matt Zagrabelny via Freeradius-Users wrote:
Is it possible to log proxied auth attempts?
Configure linelog (or similar) to your liking and add it to the pre-proxy section of the appropriate virtual server.
Thank you Matthew! -m
participants (2)
-
Matt Zagrabelny -
Matthew Newton