https://github.com/niklasb/faustctf-vpn-gateway
VPN setup used for FaustCTF
https://github.com/niklasb/faustctf-vpn-gateway
Last synced: 11 months ago
JSON representation
VPN setup used for FaustCTF
- Host: GitHub
- URL: https://github.com/niklasb/faustctf-vpn-gateway
- Owner: niklasb
- Created: 2015-12-19T13:08:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T13:09:02.000Z (over 10 years ago)
- Last Synced: 2025-01-08T14:39:10.893Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
We used this config for FaustCTF to connect to the infrastructure via VPN.
We basically ran the client config provided by the organizer on a DigitalOcean
droplet and then connected to the 10.66.X.0/24 subnet via a VPN server running
on the droplet.
We used easy-rsa to set up the server:
https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04
Notes:
* We needed to get rid of AppArmor to allow tcpdump to write into webroot
* We should really filter out traffic from own subnet (to our own VM or others)