1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-19 02:09:45 +01:00

improved globalprotect and vpn

This commit is contained in:
2025-11-15 00:26:20 +01:00
parent da90bec3ff
commit 142bb5e8fd
2 changed files with 8 additions and 1 deletions

View File

@@ -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
`<vpn-server>` is the domain of the server (for example `vpn.abc.de`).
```sh
gpclient connect <vpn-server>
```
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.

View File

@@ -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.