Use ULB VPN: Difference between revisions

From IIHE Wiki
Jump to navigationJump to search
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 7: Line 7:
===Windows & Mac===
===Windows & Mac===


*Visit the page [https://vpn.ulb.ac.be vpn.ulb.ac.be] and connect with your '''NETID'''.
*Visit the page [https://vpn.ulb.be vpn.ulb.be] and connect with your '''NETID''' with double authentication.


*Install the VPN software according to you operating system.
*Install the VPN software according to you operating system.


===Linux===
==== Connection information ====
 
*'''Address :''' vpn.ulb.be
 
*'''Login :''' your '''NETID''' with double authentication.
 
On Windows you can check the status of your connection by clicking on the following icon :
 
[[image:Successful_connection_windows10.png]]
 
 
On macos you can check the status of your connection by clicking on the following icon :


*Open a terminal then type the following :


<code>sudo apt install openconnect -y</code>
[[image:Successful_connection_macos.png|285px]]


*To connect to the VPN type the following :


<code>sudo openconnect --protocol=gp vpn.ulb.ac.be</code>
*Once you are connected you can access to the protected ULB resources.


*Use your NETID when prompted.
===Linux===


== Connection information ==
*Open a terminal then type the following :


*'''Address :''' vpn.ulb.ac.be
<code>sudo add-apt-repository ppa:yuezk/globalprotect-openconnect</code><br />
<code>sudo apt-get install globalprotect-openconnect</code><br />


*'''Login :''' your '''NETID'''
*To connect to the VPN type the following :


You can check the status of your connection by clicking on the following icon :
<code>sudo -E gpclient connect --browser default vpn.ulb.be</code>


[[image:Successful_connection_windows10.png]]
*Use your NETID when prompted to connect via your browser.


*Once you are connected you can access to the protected ULB resources.
*Do not close the terminal or you will loose your VPN connection.

Latest revision as of 09:47, 27 November 2025

About

Most of the ULB resources require a VPN connection to access them from outside the campus, you need a NETID to connect.

Install the ULB VPN

Windows & Mac

  • Visit the page vpn.ulb.be and connect with your NETID with double authentication.
  • Install the VPN software according to you operating system.

Connection information

  • Address : vpn.ulb.be
  • Login : your NETID with double authentication.

On Windows you can check the status of your connection by clicking on the following icon :


On macos you can check the status of your connection by clicking on the following icon :



  • Once you are connected you can access to the protected ULB resources.

Linux

  • Open a terminal then type the following :

sudo add-apt-repository ppa:yuezk/globalprotect-openconnect
sudo apt-get install globalprotect-openconnect

  • To connect to the VPN type the following :

sudo -E gpclient connect --browser default vpn.ulb.be

  • Use your NETID when prompted to connect via your browser.
  • Do not close the terminal or you will loose your VPN connection.