Changes between Version 18 and Version 19 of User Guide/Remote Access/VPN


Ignore:
Timestamp:
Nov 29, 2022, 1:51:16 AM (17 months ago)
Author:
seskar
Comment:

Legend:

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

    v18 v19  
    88Connect to the following endpoints using your COSMOS username and password. Your VPN connection will only be active during your approved reservation time-slots.
    99
    10  ||=Testbed Domain=||=VPN Endpoint=||=Subnet=||
    11  ||  COSMOS Main Testbed  ||  vpn.bed.cosmos-lab.org  ||  10.110.0.0/16  ||
    12  ||  COSMOS Sandbox 1  ||  vpn.sb1.cosmos-lab.org  ||  10.37.0.0/16  ||
    13  ||  COSMOS Sandbox 2  ||  vpn.sb2.cosmos-lab.org  ||  10.116.0.0/16  ||
     10 ||=Testbed Domain=||=VPN Endpoint=||=Control Subnet=|| =Data 1 Subnet= || =Data 2 Subnet= ||
     11 ||  COSMOS Main Testbed  ||  vpn.bed.cosmos-lab.org  ||  10.110.0.0/16  || 10.111.0.0/16  || 10.112.0.0/16  ||
     12 ||  COSMOS Sandbox 1  ||  vpn.sb1.cosmos-lab.org  ||  10.37.0.0/16  || 10.38.0.0/16  || 10.39.0.0/16  ||
     13 ||  COSMOS Sandbox 2  ||  vpn.sb2.cosmos-lab.org  ||  10.116.0.0/16  || 10.117.0.0/16  || 10.118.0.0/16  ||
    1414
    1515{{{#!box note
     
    2727Add-VpnConnection -Name "COSMOS sb1" -ServerAddress vpn.sb1.cosmos-lab.org -DnsSuffix sb1.cosmos-lab.org -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling -RememberCredential -PassThru
    2828Add-VpnConnectionRoute -ConnectionName "COSMOS sb1" -DestinationPrefix 10.37.0.0/16 -PassThru
     29Add-VpnConnectionRoute -ConnectionName "COSMOS sb1" -DestinationPrefix 10.38.0.0/16 -PassThru
     30Add-VpnConnectionRoute -ConnectionName "COSMOS sb1" -DestinationPrefix 10.39.0.0/16 -PassThru
    2931}}}
    3032
     
    3335Add-VpnConnection -Name "COSMOS sb2" -ServerAddress vpn.sb2.cosmos-lab.org -DnsSuffix sb2.cosmos-lab.org -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling -RememberCredential -PassThru
    3436Add-VpnConnectionRoute -ConnectionName "COSMOS sb2" -DestinationPrefix 10.116.0.0/16 -PassThru
     37Add-VpnConnectionRoute -ConnectionName "COSMOS sb2" -DestinationPrefix 10.117.0.0/16 -PassThru
     38Add-VpnConnectionRoute -ConnectionName "COSMOS sb2" -DestinationPrefix 10.118.0.0/16 -PassThru
    3539}}}
    3640
     
    3943Add-VpnConnection -Name "COSMOS Main Testbed" -ServerAddress vpn.bed.cosmos-lab.org -DnsSuffix bed.cosmos-lab.org -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling -RememberCredential -PassThru
    4044Add-VpnConnectionRoute -ConnectionName "COSMOS Main Testbed" -DestinationPrefix 10.110.0.0/16 -PassThru
    41 }}}
     45Add-VpnConnectionRoute -ConnectionName "COSMOS Main Testbed" -DestinationPrefix 10.111.0.0/16 -PassThru
     46Add-VpnConnectionRoute -ConnectionName "COSMOS Main Testbed" -DestinationPrefix 10.112.0.0/16 -PassThru}}}
    4247
    4348