Skip to content

Instantly share code, notes, and snippets.

@nategraf
Last active October 19, 2020 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nategraf/74204dd8b55fb20d29c32ae2bb2ff679 to your computer and use it in GitHub Desktop.
Save nategraf/74204dd8b55fb20d29c32ae2bb2ff679 to your computer and use it in GitHub Desktop.
Instructions for connecting to Naumachia
To connect to Naumachia:
1. Install OpenVPN. Make sure to install the TAP driver.
2. Obtain your OpenVPN configuration in the challenge.
  • You will obtain a separate config for each challenge containing connection info and certificates for authentication.
3. Launch OpenVPN:
  • CLI: openvpn --config <challenge>.ovpn
  • Windows GUI: Place the config file in %HOMEPATH%\OpenVPN\config and right-click the VPN icon on the status bar, then select the config for this challenge
  • MacOS Tunnelblick: Open Tunnelblick and drag the OpenvVPN config from Finder into the left panel of the GUI to install the OpenVPN config. Then select the config and press "Connect".

The standard subnet is 172.30.0.0/28, so give that a scan ;)

The virtual tap0 interface will be assigned the IP address 172.30.0.14/28 by default. If multiple team members connect you will need to choose a unique IP for both.

If you have any trouble, please let me (nategraf) know in the Discord chat

Some tools to get started:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment