Re: Forward copy of accounting events
Alan DeKok via Freeradius-Users <[email protected]> Wed, 14 Jan 2026 11:24:09 -0500
| Newsgroups | gmane.comp.freeradius.user |
|---|---|
| Message-ID | <[email protected]> |
On Jan 14, 2026, at 10:52 AM, Karl Frauendienst via Freeradius-Users <[email protected]> wrote: > I'm on my second FreeRADIUS installation, so I'm still getting a feel for how it works. It's authenticating WiFi users against Active Directory using the winbind + LDAP method described on the website. I have the winbind authentication and LDAP attribute checks working, and users are able to successfully connect, but I'm stuck on something with the accounting. This network has a device that tracks user logon events by receiving RADIUS accounting events (essentially keeps up with what user is on what IP address), but it's not really suitable as the only accounting server when it comes to troubleshooting or other matters. That's a good start. > What I need is for FreeRADIUS to continue logging accounting events to disk as it is currently, but I need an additional copy of accounting events forwarded to another IP address. I know how to do this in Windows NPS, but I'm still trying to wrap my head around how to configure that in FreeRADIUS. I'm running FreeRADIUS 3.2.8 on Ubuntu Server 24.0.3. One large difference between NPS and FreeRADIUS is that NPS has a limited GUI, and FreeRADIUS has an unlimited configuration. When NPS provides a "point and click" interface to do something, it's trivial to do. Otherwise, it's impossible. FreeRADIUS doesn't provide a GUI. Instead, it provides a set of tools (modules, examples, etc.) You can combine those tools in almost unlimited ways to get things done. For this issue, the problem is really defining what you want FreeRADIUS to do: * log to disk. This means using the "detail" module. * proxying, too. This means using Proxy-To-Realm and the proxy.conf file. The default configuration has the "detail" module in the "accounting" section. You can leave that there. After the "detail" module, you can tell the server to proxy the packet, too: update control { Proxy-To-Realm := "server1" } Then, edit proxy.conf, and add a realm "server1", along with a home server pool, and a home server. It should then work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEIUl02elqcIsf1zM0v3SJ0h7dTTMFAmlnwykACgkQv3SJ0h7d TTM3+RAAl6jUexMZXC3B5tYefux3Y+QA+qehST3/CzOzWu7IvtUdxINDw7GdAEX2 8gcVcl4cQvAXVhujpoU4owiNyVnAGiI9tdgpO2oxJe7OZEMAXVdc8bikN8Xourm4 QJGtVPTHCBUKCveZUhc6/hLMyO13VkJ/f74qySYXC0rCcIpwUO0c8Rfe7FWAJoiA LhDCcVZQDPstGnTUKOScufxVsmYny82SQXMUJ4wVnoY8L19fkAW044CbyXzp7hf/ 9O9N6hpB2k15c+ckYjI+1fHiHl8vAcTdK5Q59kS3/A+CRZtXroOWK2eLOldjj5MJ 08D3xU+00EqNZ+7UkkbCjX7QEO/L0T0MyytM5GiO5D+3ijDptlkd5fi198DQCfAt C84rTlfrH8xfjR9q7B6U4iFAzmBSR2TMLa9wwujO8SkfIMfh4JSbvH8FzQSQg+Cj X6ZhYImTl2obzUtSVctTndV7YfQDR/dII54Gp2d+b8eg4cvF7N237PZNuhZc+bEG VURYDPrR2ChvqTIiuYsSEa+I5H9oLuDR1nGMy5ps4pdpX3IwfRMUMQedpX473VJd Y2ZCHKt6CVrzjWrQQFVn/UdDmAjHeeXtKk/TwLJPe1Tlaal5PNFJT2t3V3lrDqiH bfk1qw+lHpW2xrKSTkyBJaQrL0BxXH/VKdmfW8df2UK8xD1A8rE= =fogy -----END PGP SIGNATURE-----