Changes between Version 1 and Version 2 of User Guide/Remote Access/VPN
- Timestamp:
- Oct 15, 2019, 9:14:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Remote Access/VPN
v1 v2 13 13 ==== IKEv2 VPN 14 14 15 Connect to the following endpoints using your orbit/cosmos username and password. 15 Connect to the following endpoints using your orbit/cosmos username and password. This will only be active during your reservation. 16 16 17 17 || server || allowed subnet || Description || … … 31 31 || vpn.sb9.orbit-lab.org || 10.19.0.0/16 || control || 32 32 || vpn.sb10.orbit-lab.org || 10.30.0.0/16 || control || 33 34 ===== Instructions 35 36 Replace $SERVER with the server fqdn above, replace $SUBNET with the subnet above 37 38 * Windows 39 1. {{{ Add-VpnConnection -Name $SERVER -ServerAddress $SERVER -DnsSuffix "cosmos-lab.org" -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling -RememberCredential -PassThru }}} 40 1. {{{ Add-VpnConnectionRoute -ConnectionName "$SERVER -DestinationPrefix $SUBNET -PassThru }}}