diff --git a/wiki/globalprotect.md b/wiki/globalprotect.md index 5327d9c..bcb5240 100644 --- a/wiki/globalprotect.md +++ b/wiki/globalprotect.md @@ -16,6 +16,13 @@ The usage of the GlobalProtect client is pretty simple. After starting the program the portal address has to be added and is followed by a login. Afterwards the client will connect. +The standard command to connect to a [VPN](/wiki/vpn.md) server is the following where +`` is the domain of the server (for example `vpn.abc.de`). + +```sh +gpclient connect +``` + GlobalProtect is usually used by bigger companies and universities like the [University of Oldenburg](https://uol.de/it-services/services/campus-network) which wrote a proper installation and usage guide for all the operating systems that are supported. diff --git a/wiki/vpn.md b/wiki/vpn.md index 368f36c..99348c1 100644 --- a/wiki/vpn.md +++ b/wiki/vpn.md @@ -15,5 +15,5 @@ This section lists various VPN implementations. - [OpenVPN](/wiki/openvpn.md) is probably the most well known VPN implementation. - [WireGuard](/wiki/wireguard.md) is a modern, fast and secure implementation of the VPN protocol. It is free and open-source. -- [Global Protect](/wiki/global_protect.md) is a proprietary VPN that is mostly used by corporation +- [Global Protect](/wiki/globalprotect.md) is a proprietary VPN that is mostly used by corporation and learning facilities.