- To connect to Naumachia:
- Install OpenVPN. Make sure to install the TAP driver.
- Debian (Ubuntu/Kali) linux CLI:
apt install openvpn
- Windows GUI installer
- MacOS Tunnelblick
- Obtain your OpenVPN configuration in the challenge.
- You will obtain a separate config for each challenge containing connection info and certificates for authentication.
- 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