destip

Destination IP address.

Syntax
(32-bit dotted-decimal IP address)

Description
Indicates the packet's destination IP address (the IP address to which the packet wishes to be delivered).

Address ranges can be indicated in conjunction with the destmask parameter. Only the masked portion of the IP address (corresponding to a one bit in the mask when both are represented in binary) is actually used for comparison; this treated as the IP network number. (The remaining, unmasked, portion is treated as a wildcard.)

A filter rule can thus indicate 'any IP address' by setting the destmask parameter to 0.0.0.0. (In this case, destip should also be set to 0.0.0.0 to avoid confusion.)


[Back] [Next]