wiki:UserGuide/RemoteAccess/VPN

Version 8 (modified by msherman, 4 years ago) ( diff )

IPSEC VPN

We maintain point to point connections to link various resources to the testbed, mostly at layer 2 for networking experiments. This consists of dialable links over internet2, as well as tunnels over the public internet.

User VPN Service

Connect to the following endpoints using your COSMOS username and password. This will only be active during your reservation.

Server Subnet Description
vpn.bed.cosmos-lab.org 10.110.0.0/16 COSMOS Main Testbed
vpn.sb1.cosmos-lab.org 10.113.0.0/16 COSMOS SB1
vpn.sb2.cosmos-lab.org 10.116.0.0/16 COSMOS SB2

Windows

Windows PowerShell commands:

Domain Windows PowerShell Commands
SB1 Add-VpnConnection -Name "COSMOS SB1" -ServerAddress vpn.sb1.cosmos-lab.org -DnsSuffix sb1.cosmos-lab.org -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "COSMOS SB1" -DestinationPrefix 10.113.0.0/16 -PassThru
SB2 Add-VpnConnection -Name "COSMOS SB2" -ServerAddress vpn.sb2.cosmos-lab.org -DnsSuffix cosmos-lab.org -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "COSMOS SB2" -DestinationPrefix 10.116.0.0/16 -PassThru
Main Testbed Add-VpnConnection -Name "COSMOS Main Testbed" -ServerAddress vpn.bed.cosmos-lab.org -DnsSuffix cosmos-lab.org -TunnelType IKEv2 -EncryptionLevel Required -AuthenticationMethod EAP -SplitTunneling -RememberCredential -PassThru
Add-VpnConnectionRoute -ConnectionName "COSMOS Main Testbed" -DestinationPrefix 10.110.0.0/16 -PassThru

Open the PowerShell command window as administrator

Opening !PowerShell Command Window

Cut and paste the pair of commands into the PowerShell window as show in figure below:

Executing !PowerShell Commands

Alternatively, [download the Windows PowerShell script] to your local machine, right-click on it and run it as administrator. This will create three VPN connections for the three COSMOS domains.

Once VPN connection(s) are created, you will be able to bring the connection menu up by left mouse click on the network icon on the Windows task bar:

VPN Menu

Selecting the appropriate connection (for which you must have current reservation) will bring up the prompt for username and password (only the very first time that particular VPN connection is activated):

VPN Username/Password


Linux

Comming soon


MacOS

Comming soon

Attachments (19)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.