User Tools

Site Tools


auth:howto:linux:vpnclient

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
auth:howto:linux:vpnclient [2016/04/08 09:07] – [Instructions for Linux vpnc Client (recommended)] kohoferauth:howto:linux:vpnclient [2020/04/21 11:29] kohofer
Line 3: Line 3:
 ===== Infos regarding the usage of VPN ===== ===== Infos regarding the usage of VPN =====
  
-http://www.unibz.it/en/ict/ComputerInternet/network/vpn/default.html +https://knowledge.scientificnet.org/workspace/#nd=ab7442f9-c4d0-4ffc-a4f7-1e0d84515cc9&ld=17f4d8ce-edff-4d42-ad33-d98e2cdebc35&ln=it
- +
-==== Instructions for Windows 7 32bit and 64bit ==== +
- +
-http://www.unibz.it/en/ict/ComputerInternet/network/vpn/InstallationWindows.html+
  
 ==== Instructions for MacOS X ==== ==== Instructions for MacOS X ====
Line 55: Line 51:
   - Enter Password if not already entered above   - Enter Password if not already entered above
  
-===== Instructions for Linux vpnc Client (recommended) =====+=== Instructions for Android 7 === 
 + 
 +  - Press Settings 
 +  - Find VPN Settings, depends on Model  
 +  - Next click: Add VPN Configuration... 
 +    - **Name:** Unibz VPN 
 +    - **Type:** IPSec Xauth PSK 
 +    - **Server-Address:** vpn.scientificnet.org 
 +    - **IPSec Identifier:** Unibz 
 +    - **IPSec Pre-shared Key:** NrW2z9sj8g3kjJrzXxJwRPbIRNInWakL 
 +    - **Account:** <your-unibz-username> 
 +    - **Password:** <your-unibz-password> or leave empty to ask every time! 
 +     
 +  - Press Done 
 +  - Status: Slide Button to the right to connect 
 +  - Enter Password if not already entered above 
 + 
 +===== Instructions for Linux using Openconnect Client (recommended) ===== 
 + 
 + 
 + 
 +===== Instructions for Linux vpnc Client =====
  
 1. Install vpnc 1. Install vpnc
  
-  sudo aptitude install vpnc+  sudo apt-get install vpnc
  
 2. For Unibz: 2. For Unibz:
Line 85: Line 102:
 C9858DD711AA8DE58F6 C9858DD711AA8DE58F6
 Xauth username your-windows-login Xauth username your-windows-login
 +# e.g. Xauth username fmoser (not fmoser@unibz.it)
 ####################################### #######################################
 </code> </code>
Line 109: Line 127:
 IPSec obfuscated secret 56A1CD68CC3AD33B48DB0F727ADDBC0A354DE3287D15C8526ED4CEDE4BC2ACDD1BB2460BC2354671A405F6150EA7C294C4DBC4CF9FFE45873BECAD3A2A738C5053BE34F709D592B50AD5BC472CDFF350 IPSec obfuscated secret 56A1CD68CC3AD33B48DB0F727ADDBC0A354DE3287D15C8526ED4CEDE4BC2ACDD1BB2460BC2354671A405F6150EA7C294C4DBC4CF9FFE45873BECAD3A2A738C5053BE34F709D592B50AD5BC472CDFF350
 Xauth username your-windows-login Xauth username your-windows-login
 +# e.g. Xauth username fmoser (not fmoser@eurac.edu)
 ####################################### #######################################
 </code> </code>
Line 166: Line 185:
 provides an updated / revised release of this script. Download the latest copy from [[http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script|here]].\\ provides an updated / revised release of this script. Download the latest copy from [[http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script|here]].\\
 Replace the vpnc-script script that comes with the Ubuntu vpnc package: /etc/vpnc/vpnc-script Replace the vpnc-script script that comes with the Ubuntu vpnc package: /etc/vpnc/vpnc-script
 +
 +----
 +
 +Access via ssh not possible, MTU value to high!
 +
 +In some cases the MTU value is too high, which results in an very strange
 +situation: ping works, but ssh hangs at this point:
 +
 +...
 +debug1: sending SSH2_MSG_KEX_ECDH_INIT
 +debug1: expecting SSH2_MSG_KEX_ECDH_REPLY 
 +
 +
 +There are 2 bug reports for this:\\
 +
 +https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1110787\\
 +https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1254085
 +
 +and a possible solution/workaround for Linux Mint:
 +
 +https://community.hide.me/threads/setup-problem-on-linux-mint-17.1839/
 +
 +Check the current MTU value:
 +
 +  ip link | grep mtu
 +
 +Set MTU value on interface eth0 to 1392
 +
 +  /sbin/ifconfig eth0 mtu 1392
 +
  
 ==== Decode Group Password ==== ==== Decode Group Password ====
Line 272: Line 321:
  
 Per-user configuration is stored in your home directory in a file called .anyconnect Per-user configuration is stored in your home directory in a file called .anyconnect
- 
-===== Shrew Soft VPN Client Instructions for 32 or 64 bit version of Windows 2000, XP, Vista and 7 (recommened) ===== 
- 
-1. Go to http://www.shrew.net/home and download latest stable release of Shrew Soft VPN Client for Windows: http://www.shrew.net/download/vpn 
- 
-2. Download unibz profile (need to login with unibz login&password) 
-https://pro.unibz.it/vpn/profiles/unibz/Free%20University%20of%20Bozen-Bolzano.zip 
- 
-3. Install Shrew Soft VPN Client for Windows 
- 
-4. Start Shrew Soft VPN Client, unzip unibz profile and Import in VPN client 
  
  
/data/www/wiki.inf.unibz.it/data/pages/auth/howto/linux/vpnclient.txt · Last modified: 2022/06/20 11:40 by kohofer