VPN

From OzmoWiki

Contents

Configuration

Add Domain Controllers as AAA Servers

In ASDM: Configuration -> Remote Access VPN -> AAA/Local Users -> AAA Server Groups

  1. Add AAA Server Group
    • Server Group: My LDAP Group
    • Protocol: LDAP
  2. Add Servers in the AAA Server Group
    • Base DN: dc=domain,dc=local
    • Naming Attribute: sAMAccountName
    • Login DN: cn=Administrator,cn=Users,dc=domain,dc=local
    • Login Password: sekret123

SSL VPN Client

Dynamic Access Policies through Active Directory Groups

Debug

Getting Login Error or Login Denied and you know your password is right?? Log into the console and try some of the debugging commands (not recommended to turn on all at the same time on a heavily used server).

Turn on:

debug webvpn svc 255
debug dap trace
debug ldap 255

Turn off:

no debug webvpn svc
no debug dap trace
no debug ldap

References

21 Rating: 2.3/5 (6 votes cast)

Categories