Using Radius on Windows 2003 with Cisco VPN Concentrator or other Cisco Devices

The Cisco VPN Concentrator is one of my most beloved devices from Cisco :) I do not understand why Cisco stopped supporting and selling this device, perhaps because they integrated most of the feature into the IOS. Nevertheless it is a dedicated device which is optimized only for VPN Connections.

After the “few clicks” experience the VPN Concentrator should allow the users of your network to access your internal network from anywhere using VPN Dial In. What most system administrators, like me, do not like – is administer another user and password database besides their Active Directory database. For this reason I collected two important sites which address this topic:

Most important is to set the authentication profile right – like in the screenshot and don’t forget to tick “Unencrypted authentication”

The same procedure can be used for all other Cisco Devices – only difference is the configuration of the device itself.

Cisco VPN Client and Error 1609

Wer mit dem Error 1609 bei der Installation des Cisco VPN Clients auf einem Windows System konfrontiert wird, dem kann unter Umständen geholfen werden. Dieser Fehler taucht auf, weil der VPN Client in seiner englischen Version einige Usergruppen auf deutschen Windows Installationen vermisst. Sozusagen ein Problem der Sprachen.

Gelöst wird das ganze mittels der Eingabe folgender Befehle in der Command Line (cmd) von Windows:

net localgroup Users /add
net localgroup Interactive /add

Voraussetzung dafür, Administratorrechte und schon sollte die Installation kein Problem mehr darstellen.