Strumenti Utente

Strumenti Sito


pub:conf-vpn-paloalto-en

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
Ultima revisioneEntrambe le parti successive la revisione
pub:conf-vpn-paloalto-en [2021/03/15 07:37] marco.nesler@unitn.itpub:conf-vpn-paloalto-en [2022/08/08 14:26] m.fiorazzo@unitn.it
Linea 6: Linea 6:
 The **GlobalProtect Mobile** client is available on the app stores (Android/Apple) and can be used on mobile clients. The **GlobalProtect Mobile** client is available on the app stores (Android/Apple) and can be used on mobile clients.
  
-For security reasons, some internal resources are not available if you connect with an **old and unsupported operating system**. Users connecting with **Microsoft Windows 7** or previous versions or Mac OSX **10.12 (Sierra)** or previous versions can use the VPN but they **will not be able to access all the University shares**. For the complete list of the resources unavailable click [[#Blocked resources|here]]+For security reasons, access to the VPN is only allowedto clients fulfilling a minimum security baseline: 
 +  Windows: Supported OS ( Windows 8.1, Windows 10, Windows 11 ), automatic updates enabled, antivirus installed 
 +  MacOSX: Supported OS ( OSX Version 10.13 o later), automatic updates enabled 
 +  * Linux: Automatic updates enabled (CentOS, RehHat, Ubuntu)
  
-The **OpenConnect** unofficial client can be used to connect with Linux machines.+[[https://docs.paloaltonetworks.com/compatibility-matrix/globalprotect/where-can-i-install-the-globalprotect-app.html|Supported devices and Operating Systems]]
  
 Internet traffic will still flow from the active connection (ADSL, etc) while only the Unitn traffic will be routed into the tunnel (**Spilt Tunnel Mode**) Internet traffic will still flow from the active connection (ADSL, etc) while only the Unitn traffic will be routed into the tunnel (**Spilt Tunnel Mode**)
Linea 21: Linea 24:
 - Navigate to URL [[https://vpn.icts.unitn.it]] and follow step 1) - Navigate to URL [[https://vpn.icts.unitn.it]] and follow step 1)
  
-Otherwise you can download it from the links below and jump to step 4) +Otherwise you can download it from the [[https://wiki.unitn.it/pub:vpn-paloalto-sw|download page]] and jump to step 4)
- +
-^GlobalProtect Download^ +
-|{{:pub:vpn:globalprotect64-5.2.3.msi|Windows 7/8/10 (64bit) GlobalProtect}}| +
-|{{:pub:vpn:globalprotect-5.2.3.msi|Windows 7/8/10 (32bit) GlobalProtect}}| +
-|{{:pub:vpn:globalprotect-5.2.3.pkg|MACOSX GlobalProtect}} (*)|[[:pub:conf-vpn-paloalto#macos_catalina|Note for MacOS Catalina]]| +
-|[[https://wiki.unitn.it/PanGPLinux-5.2.3-c10.tgz|Linux GlobalProtect]]| +
-|[[:pub:conf-vpn-paloalto#openconnect|Linux OpenConnect]]|+
  
 1) login with your UniTN credentials on https://vpn.icts.unitn.it : 1) login with your UniTN credentials on https://vpn.icts.unitn.it :
Linea 70: Linea 66:
  
 ===== GlobalProtect for Linux ===== ===== GlobalProtect for Linux =====
- +Get the client from the [[https://wiki.unitn.it/pub:vpn-paloalto-sw|download page]]
-Decompress the package using the command: +
-<code> +
-tar xzfv PanGPLinux-5.2.3-c10.tgz +
-</code>+
  
 Install the package using the commands related to your Linux distribution: Install the package using the commands related to your Linux distribution:
Linea 86: Linea 78:
 Connect: globalprotect connect --portal vpn.icts.unitn.it --username user.name@unitn.it Connect: globalprotect connect --portal vpn.icts.unitn.it --username user.name@unitn.it
 Disconnect: globalprotect disconnect Disconnect: globalprotect disconnect
-</code> 
- 
-===== OpenConnect ===== 
----- 
-OpenConnect is an **unofficial** client for Linux machines, to use it you need to be able to do some basic compilation and installation procedures on the machine. 
- 
-The software is available on: [[https://www.infradead.org/openconnect/download.html]] 
- 
-Installation instructions are dependent upon the specific Linux distribution, below you'll find the instruction for an Ubuntu 18.04 LTS. More installation instructions can be found on the README on the git repository. 
----- 
- 
-Installation and download of OpenConnect client and libraries: 
-<code> 
-sudo apt-get install build-essential gettext autoconf automake libproxy-dev libxml2-dev libtool vpnc-scripts pkg-config zlib1g-dev libgnutls28-dev 
- 
-git clone git://git.infradead.org/users/dwmw2/openconnect.git 
-cd openconnect 
-./autogen.sh 
-./configure 
-make 
-sudo make install && sudo ldconfig 
-</code> 
- 
-After the installation, you can connect to the University network using this command: 
-<code> 
-sudo openconnect --protocol=gp --user=user.name@unitn.it vpn.icts.unitn.it 
 </code> </code>