InTime Server

How to block a host from accessing the Private Cloud Console?

62 views May 23, 2016 May 27, 2016 plunify 0

Introduction:

By default, the InTime Server allows all hosts to connect to it. A built-in security feature enables the InTime Server to block hosts from connecting to it.

More Information:

To block a host from connecting to the InTime Server, create a <Intime Server installation directory>/hosts.deny file.

[intime@server intimeserver]$ cat hosts.deny
192.168.5.26/32

Start the InTime GUI on any of the hosts listed in the hosts.deny file. Go to the Private Cloud console and click on the Connect button. A message “Connection is not allowed!” is displayed.

block_host_01

To block a subnet, use the following notation (standard CIDR or IP subnet mask representation).

[intime@server intimeserver]$ cat hosts.deny
192.168.5.0/24

If the same host appears in both hosts.allow and hosts.deny, the host will be blocked – hosts.deny has priority.

Applies to:

  • Linux Operating System
  • Windows Operating System

Knowledge Base ID: 6019 - Last Review: Jul 10, 2015 - Revision: 1.0