266
edits
Changes
Cloud
,→VPN
== VPN ==
VPN allows direct access to the Hacksburg network from anywhere else that has access to the public Internet. Email board@hacksburg.org to get your username and password. === Connection Instructions ======= Windows 10 ====''These instructions may also work for Windows 8.1, 7, Vista, etc.'' 1. Download the Hacksburg certificate: http://hacksburg.org/Hacksburg+CA.crt. 2. Right-click and choose "Install certificate". 3. Choose "Local Machine" (second option) and click Next. 4. Choose "Place all certificates in the following store" (second option). 5. In the window that comes up, choose "Trusted Root Certification Authorities" (second option). Click OK. 6. Click Next. 7. Click Finish. 8. It should say that importing the certificate was successful. Click OK. 9. Open an administrator PowerShell and run the following commands: Add-VpnConnection -Name "Hacksburg" -ServerAddress "cloud.hacksburg.org" –TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling –AllUserConnection Add-VpnConnectionRoute -ConnectionName "Hacksburg" -DestinationPrefix 192.168.15.0/24 -PassThru -AllUserConnection You should now have a VPN named Hacksburg. Click the network icon in taskbar tray, click Hacksburg, and connect with the provided username and password.