Proxy inverso
Aperçu
This feature is available in the TSplus Enterprise Edition.
The Reverse Proxy system acts as an intermediary for its associated servers to be contacted by any client. The advantage of using a reverse-proxy is simple: you will no longer need to create as many port redirection rules as your number of TSplus servers. Whether or not you are using the load balancing feature, you need to activate it in order to connect using the reverse proxy. In TSplus, it provides a unique access point to a farm of load-balanced TSplus servers.
This unique access point will be your Gateway Server TSplus Web Portal. Since this server is going to be accessed remotely, you will need to set up one port redirection rule on your router, including the http or https ports depending on your preference (80 being the default port for http and 443 for https).
Konfiguration
Puedes acceder a la interfaz de configuración del Proxy Inverso a través de la pestaña FARM:
Cliquez sur le bouton Reverse-Proxy.
- Cliquez sur le bouton « Reverse-Proxy est désactivé » pour l'activer.
-
The Gateway Public IP must be set with a fixed valid IP address or domain name.
-
Select HTTP or HTTPS for your preferred connection method, the servers of your farm must be able to communicate with each other on either port 80 or 443, depending on which connection method you use. It is also important that your Windows firewall doesn’t block these ports.
Once you completed your configuration, click on “Apply” to save these Reverse Proxy settings.
Accès aux serveurs d'applications via le serveur Gateway
Once enabled and operational, the Reverse Proxy feature allows you to access the application server using a special URL formatted as follows:
1
://
2
:
3
/~~
4
con:
- (1): le protocole Reverse Proxy configuré
- the Gateway Server public IP address or domain name
- (3): le port web du serveur Gateway associé au protocole de proxy inverse configuré
- 4: der interne Name des Anwendungsservers, der vom Reverse Proxy verwendet wird
Por ejemplo, suponiendo que:
- the reverse proxy protocol configured is HTTPS
- your Gateway Server has public IP 1.1.1.1
- your Gateway Server is using the HTTPS port 443
- the targeted application server you want to connect uses the internal name “srv2”
La URL especial que se debe utilizar para acceder al servidor de aplicaciones objetivo será 1.1.1.1:443/~~srv2
Como resultado, puedes acceder al portal web de este servidor de aplicaciones utilizando esta URL especial.
You can also generate a Connection Client which will connect to this specific Application Server through the Gateway Server using this same method. Simply use the special URL in the server address field of the Connection Client Generator.
Por ejemplo: