https://github.com/Artemmkin/2FAVPN
https://github.com/Artemmkin/2FAVPN
cisco-asa freeradius vpn
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Artemmkin/2FAVPN
- Owner: Artemmkin
- Created: 2017-03-06T15:58:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T13:42:22.000Z (over 8 years ago)
- Last Synced: 2025-02-19T18:22:26.505Z (8 months ago)
- Topics: cisco-asa, freeradius, vpn
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### What do I need to change?
Change the path to your private key in ansible.cfg:
```
private_key_file = ~/.ssh/express42
```
Change IP address of freeradius host in ```hosts``` file.Look into defaults and change ```asa_internal_iface_ip``` to the Cisco ASA's **inside** interface.
Also, please note the value of ```shared_secret``` variable, as it will be used later in the Cisco ASA config.
### How to run?
You can use the following command:
```
ansible-playbook playbooks/freeradius.yml
```