This is the site for the official "unofficial" Linux packages for the Johns Hopkins VPN service. It is well known that the Hopkins JHConnect
portal does not support Linux (if you're not sure just try it). A basic Bash script has been assembled which will allow for a VPN connection
to the JHU network using the JHConnect (Juniper Networks) upstream binaries. As in the case of the JHConnect portal, you need a valid JHED
ID and Password in order to connect.
NOTE: This site and packages are not associated with the Hopkins IT group. Please forward all question or comments to the contacts below.
Linux packages have been created for Debian based and Red Hat based systems. For those who use a different distribution than these or prefer not to
use the package management a bundled tarball is also provided.
Packages:
Once the package (assuming Version 2.0 or greater) is installed (for
those using the tarball be sure to update your PATH appropriately), the
VPN service may be started by issuing from the command line:
jhu_nc.sh start
where you will then be prompted for your JHED ID and
Password. To safely stop the service run:
jhu_nc.sh stop
in a separate terminal.
An easy way to see that the service launched successfully is to execute /sbin/ifconfig from the command line. For a successful VPN connection, the tunneling network device (i.e. tun0, tun1, etc.) will be listed in the first column with the connection information listed in the second. If the tunneling device is not listed, then the connection was not successful. In this case refer to the README (default location /opt/jhconnect/doc/README) and/or the Known Issues section below.
Included in versions 2.1 or greater, is
the jhu_nc_update_cert.sh script which is used to update the
certificate file. This can be used at any time to update the certificate
file to the latest one used by the VPN server. To update the certificate simply run:
jhu_nc_update_cert.sh
as root.