Wildcard Objects

Wildcard objects let you define IP address objects that share a common pattern that can be permitted or denied access in a security policyClosed Collection of rules that control network traffic and enforce organization guidelines for data protection and access to resources with packet inspection..

Note - This feature is only supported for R80.20 and above gateways.

To create a new wildcard object

  1. Open Object Explorer > New > More > Network Object > Wildcard object.

  2. Enter the Wildcard IP address and Wildcard Netmask in IPv4 or IPv6 Format.

  3. Click OK.

Understanding Wildcard Objects

The wildcard object contains a wildcard IP address and a wildcard netmask.

The wildcard netmask is the mask of bits that indicate which parts of the IP address must match and which do not have to match. For example:

Wildcard IP:

194.

29.

0.

1

Wildcard Netmask:

0.

0.

3.

0

The third octet represents the mask of bits. If we convert the 3 to binary, we get 00000011.

The 0 parts of the mask must match the equivalent bits of the IP address.

The 1 parts of the mask do not have to match, and can be any value.

0

0

0

0

0

0

1

1

Must match the equivalent bits in the IP address

Do not have to match

The binary netmask produces these possible decimal values:

128

64

32

16

8

4

2

1

 

 

 

 

 

 

 

 

Binary

 

Decimal

0

0

0

0

0

0

0

0

 

0

0

0

0

0

0

0

0

1

 

1

0

0

0

0

0

0

1

0

 

2

0

0

0

0

0

0

1

1

 

3

The netmask permits only these IP addresses:

  • 194.29.0.1

  • 194.29.1.1

  • 192.29.2.1

  • 194.29.3.1