natgroup : Network Address Translation group object.

NAT groups are necessary if the Grid master is behind a NAT device and there are members behind both side of the NAT device. Any member on the same side as the master goes into the same NAT group as the master and uses its interface address for Grid communication. Grid members on the other side of that NAT device do not go into the same NAT group as the master and use the master’s NAT address for Grid communication.

Object Reference

References to natgroup are object references.

The name part of the natgroup object reference has the following components:

  • The name of the NAT group object.
Example:
natgroup/ZG5zLm9wdGlvbl9kZWZpbml0aW9uJGluZm8uLmZhbHNlLjI1Mg:nat1

Restrictions

The object does not support the following operations:

  • CSV export

The object cannot be managed on Cloud Platform members.

Fields

These fields are actual members of the object; thus, they can be requested by using _return_fields, if the fields are readable.

The basic version of the object contains the field(s): comment, name.

The following fields are required to create this object:

Field Notes
name  

comment

comment

The NAT group descriptive comment.

Type

String.

Create

The default value is undefined.

Search

The field is available for search via

  • ‘:=’ (case insensitive search)
  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

Notes

The comment is part of the base object.

name

name

The name of a NAT group object.

Type

String.

Create

The field is required on creation.

Search

The field is available for search via

  • ‘:=’ (case insensitive search)
  • ‘=’ (exact equality)
  • ‘~=’ (regular expression)

Notes

The name is part of the base object.

Fields List

Field Type Req R/O Base Search
comment String N N Y : = ~
name String Y N Y : = ~

Table Of Contents

Previous topic

namedacl : Named ACL object.

Next topic

network : DHCP Network object.