Changes between Version 1 and Version 2 of User Guide/Remote Access/VPN


Ignore:
Timestamp:
Oct 15, 2019, 9:14:03 PM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • User Guide/Remote Access/VPN

    v1 v2  
    1313==== IKEv2 VPN
    1414
    15 Connect to the following endpoints using your orbit/cosmos username and password.
     15Connect to the following endpoints using your orbit/cosmos username and password. This will only be active during your reservation.
    1616
    1717|| server                    || allowed subnet || Description        ||
     
    3131|| vpn.sb9.orbit-lab.org     || 10.19.0.0/16   ||            control ||
    3232|| vpn.sb10.orbit-lab.org    || 10.30.0.0/16   ||            control ||
     33
     34===== Instructions
     35
     36Replace $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 }}}