Freeradius + google authenticator + Cisco Anyconnect
Hi, I am new to freeradius and recently just deployed a freeradius server on ubuntu to authenticate our Cisco Anyconnect VPN users against using two authentication factor with google authenticator. My configs are in place and everything is working fine, users are able to connect using the radius password+google pin however I would like to restrict users access to a specific tunnel-group/split-tunnel on my ASA. I followed the below link for my config: https://www.petenetlive.com/KB/Article/0001256 I need to understand how to apply the specific attributes in my radius so I can pass them to my ASA Where and how should I apply the attributes "ASA-Group-Policy" and "ASA-IPsec-Split-Tunnel-List" ? Any sample config for radius and asa you can share? Regards
On Aug 28, 2018, at 6:07 AM, Charbel Soueid <charbel.soueid@inmobiles.net> wrote: I need to understand how to apply the specific attributes in my radius so I can pass them to my ASA
Where and how should I apply the attributes "ASA-Group-Policy" and "ASA-IPsec-Split-Tunnel-List" ?
Put them in the "users" file: raddb/mods-config/files/authorize
Any sample config for radius and asa you can share?
The server comes with tons of examples and documentation. Including the file noted above. Alan DeKok.
participants (2)
-
Alan DeKok -
Charbel Soueid