Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemmkin/2favpn
https://github.com/artemmkin/2favpn
cisco-asa freeradius vpn
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/artemmkin/2favpn
- Owner: Artemmkin
- Created: 2017-03-06T15:58:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T13:42:22.000Z (over 7 years ago)
- Last Synced: 2024-10-24T06:28:34.998Z (22 days 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
```