EBC Exercise 07 Connecting to Rose VPN

From eLinux.org
Revision as of 08:19, 29 July 2020 by Yoder (talk | contribs) (Initial info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

thumb‎ Embedded Linux Class by Mark A. Yoder


Here are instructions for connecting to Rose-Hulman's VPN via Global Connect. (Rose Global Connect Instructions)

On the bone, get the installation file.

bone$ VERS=PanGPLinux-5.1.1-c17.tgz
bone$ wget -O $VERS https://roseshare.rose-hulman.edu/storage/u.svc/download.dn/fid/5504766564276453800_3845984564090334472
bone$ tar -xvf $VERS

sudo apt install ./GlobalProtect_deb_arm-5.1.1.0-17.deb

globalprotect

>> connect -p gp.rose-hulman.edu -u username@rose-hulman.edu >> quit

ip a show gpd0 3: gpd0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1400 qdisc pfifo_fast state UNKNOWN group default qlen 500

   link/none 
   inet 137.112.193.177/32 scope global gpd0
      valid_lft forever preferred_lft forever

globalprotect >> disconnect >> quit




thumb‎ Embedded Linux Class by Mark A. Yoder