|
|
You connected using IPv4 |
In the current Internet world exist a lot of networking devices from different manufacturers. Most of them support Radius for authentication and accounting (AAA). But on some devices, there is no working radius support at the moment (e.g. Ciscos Catalyst products) - they just support TACACS.
I found a reimplementation of Ciscos free Tacacs+ Server from the Gazi University, Turkey, which was able to be patched for radius support without recoding the most of the program. So - I took the source code and have written some patches to use Juniper Networks libradius (included in FreeBSD 4.x) for the authentication.
I have to say, that our requirement is to use the tacacs and radius servers just for authenticating our Network engineers to login to the boxes and modifing the configuration. So - the tacacs proxy is only able to verify the user tying to login. There is currently no support for doing accounting thru the Tacacs Server.
Config Samples:
Run a TACACS Server, that allows login authenticated through a RadiusServer key="foobar"
go to the Download Page
[Motivation] [Way to solve] [Realisation] [Status] [Config Samples] [Download] |