if for any reasons you can not connect successfully to your RADIUS server, look in the log files there check the firewall-rules of RADIUS and VPN server ; listen with i.e. 'tcpdump' at the RADIUS server to see, if there is any communication trial seen from the VPN server; Congratulation - you just improved the security of your VPN a lot!

In his book Effective Python, Brett Slatkin makes a case for creating functions with default keyword arguments specified in the definition: The first advantage is that keyword arguments make the function call clearer to new readers of the code. Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of … Continue Reading Per request from another post :) Sharing two python scripts that have helped me automate some manual tasks here in our environment. get_img_grp_macs_scrub: Runs and dumps a specific endpoint group to screen and creates a csv file with total endpoint count & a list of endpoint MACs. We purge ce As a follow-up to my previous blog on the topic of the aaa new-model command, I wanted to add another piece to the puzzle – that of RADIUS authentication. In the previous blog, I showed the result of adding to your configuration the aaa new-model command. In this blog, let’s explore one of the additional … Continue reading How to Add RADIUS to Your Cisco Logins if for any reasons you can not connect successfully to your RADIUS server, look in the log files there check the firewall-rules of RADIUS and VPN server ; listen with i.e. 'tcpdump' at the RADIUS server to see, if there is any communication trial seen from the VPN server; Congratulation - you just improved the security of your VPN a lot!

glossary/Other RADIUS Servers BSDRadius is open source (BSD licensed) RADIUS server written in python (Uses Pyrad) targeted for use in Voice over IP (VoIP) applications. Most commonly used VoIP protocols (SIP and H.323) use a small number of Authentication methods (e.g. CHAP and Digest), and this allows for reduced processing overhead and code size in BSDRadius.

Python: a current version (1.5.1+) to work. You can get source (and binaries for selected systems) from www.python.org. The Apache Webserver: The web-based interface requires Apache or another web server which can run CGIs. radiusContext works with Livingston RADIUS and MERIT RADIUS accounting logs, and it should be easy to add other formats.

Sharing two python scripts that have helped me automate some manual tasks here in our environment. get_img_grp_macs_scrub: Runs and dumps a specific endpoint group to screen and creates a csv file with total endpoint count & a list of endpoint MACs. We purge certain groups weekly so this assists with other teams checking to determine whether or How to Add RADIUS to Your Cisco Logins - Interface As a follow-up to my previous blog on the topic of the aaa new-model command, I wanted to add another piece to the puzzle – that of RADIUS authentication. In the previous blog, I showed the result of adding to your configuration the aaa new-model command. In this blog, let’s explore one of the additional … Continue reading How to Add RADIUS to Your Cisco Logins OpenVPN: Integration with LinOTP - LinOTP - The Open if for any reasons you can not connect successfully to your RADIUS server, look in the log files there check the firewall-rules of RADIUS and VPN server ; listen with i.e. 'tcpdump' at the RADIUS server to see, if there is any communication trial seen from the VPN server; Congratulation - you just improved the security of your VPN a lot! glossary/RADIUS Clients Radclient - A utility to send arbitrary RADIUS packets to a RADIUS server, and show the reply Radtest - A tool testing the FreeRADIUS server by querying it directly with requests Radiusclient is a framework and library for writing RADIUS Clients, BSD licensed, cared for by the FreeRADIUS project.