Difference between revisions of "Accessing the Off-Campus VPN"
AlphaCubed (talk | contribs) |
AlphaCubed (talk | contribs) |
||
Line 21: | Line 21: | ||
== Using the GlobalProtect GUI == | == Using the GlobalProtect GUI == | ||
In a web browser, go to [https://rose-hulman.microsoftcrmportals.com/knowledgebase/article/KA-01278/en-us https://rose-hulman.microsoftcrmportals.com/knowledgebase/article/KA-01278/en-us]. | |||
Press Ctrl+F and type in "Setting up the client on Linux". | |||
Read and follow the instructions below "Setting up the client on Linux". You will need to download the Word document which opens fine in LibreOffice Writer or the OnlyOffice Desktop Editors. | |||
= Historical information on Juniper/PulseSecure = | = Historical information on Juniper/PulseSecure = |
Revision as of 15:48, 22 April 2020
Connecting to GlobalProtect
Using openconnect
Open a terminal, and type:
sudo openconnect --protocol=gp gp.rose-hulman.edu
When the following appears:
RHIT EMAIL ADDRESS:
type in your Rose-Hulman email address and press ENTER.
Right after this, type in your network password, then press ENTER.
Now, try going to mirror.csse.rose-hulman.edu in a web browser. If you see something there, you are connected. If you get a server error or something similar, you are not.
Alternatively, if you prefer the command line, type ping mirror.csse.rose-hulman.edu
and see if there is a response from the server - if you are connected, it should say PING from (ip address): 20ms or similar
.
To disconnect, press the Control and C keys at the same time in the terminal. Wait until you see your normal shell prompt such as:
username@hostname:directory$
(source: https://www.howtogeek.com/307701/how-to-customize-and-colorize-your-bash-prompt/).
Using the GlobalProtect GUI
In a web browser, go to https://rose-hulman.microsoftcrmportals.com/knowledgebase/article/KA-01278/en-us.
Press Ctrl+F and type in "Setting up the client on Linux".
Read and follow the instructions below "Setting up the client on Linux". You will need to download the Word document which opens fine in LibreOffice Writer or the OnlyOffice Desktop Editors.
Historical information on Juniper/PulseSecure
Adapted from EIT's documentation: https://servicedesk.rose-hulman.edu/knowledgebase/article/KA-01093/en-us
Open a terminal, and type:
sudo openconnect --juniper sslvpn.rose-hulman.edu
When the following appears:
frmLogin realm [Users|DeltaV|Vendors]:
type in Users and press ENTER.
Then, when this appears:
frmLogin username:
Type in your Rose-Hulman network username, press ENTER.
Right after this, type in your network password, then press ENTER.
Now, when ESP session established with server
appears in the terminal, you are connected.
To disconnect, press the Control and C keys at the same time in the terminal. Wait until you see your normal shell prompt such as:
username@hostname:directory$
(source: https://www.howtogeek.com/307701/how-to-customize-and-colorize-your-bash-prompt/).