Skip to main content
Skip table of contents

Internet Network whitelist

Definition

A Network address whitelist configured by tenant.

Configuration

You can access the Network Whitelist configuration :

  • by clicking on "System" â†’ Network Whitelist

  • by clicking on "System" â†’ "Configurations" → “Tenant Service Configuration“ and perform an import/export.

Properties

Properties name

Type

Mandatory

Description

Values (default value in bold)

Modifiable after creation

whitelist

List<NetworkAllowanceWithComment>

NO

List of whitelisted destinations.

-

YES

whitelist properties

Properties name

Type

Mandatory

Description

Values (default value in bold)

Modifiable after creation

allow

-

NO

A destination to be whitelisted with its comment

-

YES

allow attributes

Attributes name

Type

Mandatory

Description

Values (default value in bold)

Modifiable after creation

destination

String

YES

The destination to be whitelisted.

Syntax:

<spec> ::= <hostSpec> ':' <portsSpec>

<hostSpec> ::= <dnsSpec> | <ipv4spec> | <ipv6Spec>

<dnsSpec> ::= '*.'? <dns name>

<ipv4spec> ::= <IPv4> ( '/' <0-32 mask length> )?

<ipv6spec> ::= '[' <IPv6> ']' ( '/' <0-128 mask length> )?

<portsSpec> ::= ( <portSpec> ',' )* <portSpec>

<portSpec> ::= <portWildCard> | <port> | <portRange>

<portWildCard> ::= '*'

<port> ::= <0-65536 integer>

<portRange> ::= <port> '-' <port>

Examples:

  • api.google.com:443

  • *.google.com:443

  • 10.8.0.1:389

  • 10.8.0.0/16:389

  • [fd12:3456:789a:1::]/64:389

  • 1.2.3.4:1,3,5-7

  • 10.8.0.0/16:

-

YES

comment

String

YES

Comment corresponding to this whitelisted destination

-

YES

Example

XML Example
XML
<atlastcf:InternetWhitelist>
  <whitelist>
      <allow destination="api.google.com:443" comment="Google Access"/>
  </whitelist>
</atlastcf:InternetWhitelist>

Read Next

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.