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


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

Legend:

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

    v2 v3  
    1515Connect to the following endpoints using your orbit/cosmos username and password. This will only be active during your reservation.
    1616
    17 || server                    || allowed subnet || Description        ||
    18 || vpn.bed.cosmos-lab.org    || 10.110.0.0/16  || sb1.cosmos control ||
    19 || vpn.sb1.cosmos-lab.org    || 10.113.0.0/16  || sb1.cosmos control ||
    20 || vpn.sb2.cosmos-lab.org    || 10.116.0.0/16  || sb1.cosmos control ||
    21 || vpn.grid.orbit-lab.org    || 10.10.0.0/16   ||            control ||
    22 || vpn.outdoor.orbit-lab.org || 10.40.0.0/16   ||            control ||
    23 || vpn.sb1.orbit-lab.org     || 10.11.0.0/16   ||            control ||
    24 || vpn.sb2.orbit-lab.org     || 10.12.0.0/16   ||            control ||
    25 || vpn.sb3.orbit-lab.org     || 10.13.0.0/16   ||            control ||
    26 || vpn.sb4.orbit-lab.org     || 10.14.0.0/16   ||            control ||
    27 || vpn.sb5.orbit-lab.org     || 10.15.0.0/16   ||            control ||
    28 || vpn.sb6.orbit-lab.org     || 10.16.0.0/16   ||            control ||
    29 || vpn.sb7.orbit-lab.org     || 10.17.0.0/16   ||            control ||
    30 || vpn.sb8.orbit-lab.org     || 10.18.0.0/16   ||            control ||
    31 || vpn.sb9.orbit-lab.org     || 10.19.0.0/16   ||            control ||
    32 || vpn.sb10.orbit-lab.org    || 10.30.0.0/16   ||            control ||
     17|| server                    || domain         || Subnet        || Description        ||
     18|| vpn.bed.cosmos-lab.org    || cosmos-lab.org || 10.110.0.0/16  || sb1.cosmos control ||
     19|| vpn.sb1.cosmos-lab.org    || cosmos-lab.org || 10.113.0.0/16  || sb1.cosmos control ||
     20|| vpn.sb2.cosmos-lab.org    || cosmos-lab.org || 10.116.0.0/16  || sb1.cosmos control ||
     21|| vpn.grid.orbit-lab.org    || orbit-lab.org  || 10.10.0.0/16   ||            control ||
     22|| vpn.outdoor.orbit-lab.org || orbit-lab.org  || 10.40.0.0/16   ||            control ||
     23|| vpn.sb1.orbit-lab.org     || orbit-lab.org  || 10.11.0.0/16   ||            control ||
     24|| vpn.sb2.orbit-lab.org     || orbit-lab.org  || 10.12.0.0/16   ||            control ||
     25|| vpn.sb3.orbit-lab.org     || orbit-lab.org  || 10.13.0.0/16   ||            control ||
     26|| vpn.sb4.orbit-lab.org     || orbit-lab.org  || 10.14.0.0/16   ||            control ||
     27|| vpn.sb5.orbit-lab.org     || orbit-lab.org  || 10.15.0.0/16   ||            control ||
     28|| vpn.sb6.orbit-lab.org     || orbit-lab.org  || 10.16.0.0/16   ||            control ||
     29|| vpn.sb7.orbit-lab.org     || orbit-lab.org  || 10.17.0.0/16   ||            control ||
     30|| vpn.sb8.orbit-lab.org     || orbit-lab.org  || 10.18.0.0/16   ||            control ||
     31|| vpn.sb9.orbit-lab.org     || orbit-lab.org  || 10.19.0.0/16   ||            control ||
     32|| vpn.sb10.orbit-lab.org    || orbit-lab.org  || 10.30.0.0/16   ||            control ||
    3333
    3434===== Instructions
     
    3737
    3838* Windows
    39  1. {{{ Add-VpnConnection -Name $SERVER -ServerAddress $SERVER -DnsSuffix "cosmos-lab.org" -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling  -RememberCredential -PassThru }}}
     39 1. {{{ Add-VpnConnection -Name $SERVER -ServerAddress $SERVER -DnsSuffix $DOMAIN -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling  -RememberCredential -PassThru }}}
    4040 1. {{{ Add-VpnConnectionRoute -ConnectionName "$SERVER -DestinationPrefix $SUBNET -PassThru }}}