Archive
Recast Agent Gateways

Recast Agent Gateways

2024-11-28 You can extend Recast Agent connectivity to devices that are not on your local network by publishing Recast Agent Gateway to the Internet. One method

Related articles

What is Internet Key Exchange (IKE), and how does it work? Perbedaan VPN, VPS, dan RDP How to Set up Your Own Home VPN Server On Cloudmonster Review: Our Highest Rated Running Shoe Yet!

You can extend Recast Agent connectivity to devices that are not on your local network by publishing Recast Agent Gateway to the Internet. One method of publishing Agent Gateway to the Internet is to use the Microsoft Entra Application Proxy service. You can find App Proxy requirements and more information in this Microsoft Entra ID Tutorial.

For more detail about this configuration of Recast Software components, see Network Architecture: RMS with Standalone Agent Gateway.

prerequisite

You is have must have an additional Agent Gateway instal on a separate server .

  • This server must be Internet-connected and able to communicate with your Recast Management Server.
  • If you’re having issues with a self-signed certificate, you can use an http connection by adding an http connection type under Internet Information Services (IIS) Manager > Sites > Bindings. For details, see How to add binding information to a site.

Connect the Agent Gateway to the Internet

To connect an Agent Gateway to the internet using the Azure App Proxy service :

1. In the Microsoft Azure portal, under Enterprise Applications, click New application.

2. Click Create your own application. 

3 . In the create your own application panel , enter Recast agent Gateway as the name of the application .

4 . select Configure Application Proxy for secure remote access to an on – premise application .

5 . click Create .  

Recast Agent Gateways

5. Click Download Application Proxy Connector then click Accept terms & Download.

6. After installing the Application Proxy Connector on your Agent Gateway server, click I’ve finished the installation.

7 . configure Application Proxy setting on the basic tab :

  • Name: Recast Agent Gateway
  • Internal Url:
    • Your agent Gateway server address and port
    • If you’re having issues with a self-signed certificate, use http
  • External Url: Address to set as the Gateway address when deploying Recast Agents
  • Pre Authentication: Select Passthrough

Deploy Recast Agent to the Agent Gateway

You can now deploy the Recast Agent application and connect it to the Internet-connected Agent Gateway. The App Proxy Agent Gateway port is always 443.

example :

msiexec.exe /i "Recast Agent.msi" /qn /norestart RCTENTERPRISESERVER="https://RMS.RecastDomain.com:444"
AGENTGATEWAY="https://recastgw-tenant.msappproxy.net:443"

NOTE: Installing Recast Agent for the first time requires a Recast Management Server connection.