Changes between Version 14 and Version 15 of GIR3.2_IMF


Ignore:
Timestamp:
10/13/11 14:58:41 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_IMF

    v14 v15  
    1061061. Get account on https://ben.renci.org/.
    1071072. Got account on geni-imf-dev.renci-dcr.ben system.  Access to this system requires OpenVPN access.
    108 3. Got Key to access the OpenVPN site.
     1083. Got Encrypted OpeenVPN Credentials to access the OpenVPN site.
    1091094. Installed OpenVPN as described at the [https://ben.renci.org/index.php?option=com_joomlawiki&Itemid=61 BEN Wiki] page named ''Using BEN VPN''
    1101105. Install the network manager to configure OpenVPN.
     
    116116}}}
    117117
    118 Run the network Manager to configure the OpenVPN:
     118Run the network Manager to configure the OpenVPN
    119119{{{
    120120 $ sudo NetworkManager
    121121 $ sudo nm-connection-editor
    122122}}}
     123The encruypted OpenVPN Credential has to be unpacked usind a passphrase provided out of band:
     124{{{
    123125
    124  
     126 $ gpg -d gpo-bbn.zip.gpg > gpo-bbn.zip
     127 $ unzip gpo-bbn.zip
     128    Archive:  gpo-bbn.zip
     129   creating: gpo-bbn/
     130  inflating: gpo-bbn/gpo-bbn.conf   
     131  inflating: gpo-bbn/gpo-bbn.ovpn   
     132  inflating: gpo-bbn/dh1024.pem     
     133  inflating: gpo-bbn/ca.crt         
     134  inflating: gpo-bbn/gpo-bbn.key     
     135  inflating: gpo-bbn/gpo-bbn.crt     
     136}}}
     137
     138The file ''gpo-bbn/gpo-bbn.conf '' is inported into the Network Manager VPN settings to connect.
     139
    125140
    126141[[BR]]