Configuring outbound-only communication


Overview

Management servers and nodes communicate with each other over the network. Normally, management servers open outbound network connections to nodes and nodes open inbound network connections to management servers.

The figure below shows the network connections where there is no firewall that blocks inbound HTTPS connections to the management server as follows:

Server to agent communication

If a firewall blocks inbound HTTPS connections from a node to a management server, the node cannot communicate with the management server properly. To enable proper communication, you configure an HTTPS agent to act as a reverse channel proxy (RCP).

An RCP handles communication between management servers and nodes, so that they do not need to communicate with each other directly. An RCP can run on the managed node that it serves, or on a separate system that serves multiple managed nodes. The RCP is on the same side of the firewall as the node or nodes that it serves.

Outbound-only communication through one firewall

The figure below shows the network connections where there is a firewall that blocks inbound HTTPS connections to the management server as follows:

To configure outbound-only communication in this scenario, you must:

  1. Configure the RCP, so that it listens for incoming connections.
  2. Configure the management server, so that it opens the reverse administration channel to the RCP.
  3. Configure the agents, so that they use the RCP for their outbound connections to the management server.

Outbound-only communication through two firewalls

The figure below shows the network connections where there are two firewalls. One firewall blocks inbound connections to the management server. The other firewall blocks inbound connections to the nodes.

To configure outbound-only communication in this scenario, you must:

  1. Configure the RCP, so that it listens for incoming connections.
  2. Configure the management server, so that it opens a reverse administration channel to the RCP.
  3. Configure the management server, so that it uses the RCP as a proxy for its outbound connections to agents.
  4. Configure the agents, so that they each open a reverse administration channel to the RCP.
  5. Configure the agents, so that they use the RCP for their outbound connections to the management server.

 

Related Topics: