Mixing filters for specific IP addresses and port ranges

It is possible to use combinations of specific IP addresses and port ranges to filter traffic.

Note: Filter configuration method is for advanced DNCA users only. It is not supported in the DNCA web Console interface and can be implemented only by manually editing the configuration file. After this method is implemented, you can no longer use the web console to edit your filters.
Note: If these methods are mixed, you are likely to generate duplicate traffic if manually implementing this change.

To mix filtering modes in the same configuration, you must insert entries similar to the following in dcx-conf.xml:

Note: Manually edited entries can be lost if the DNCA web console is used and causes a rewrite of its configuration.

<Instance>
                <ListenTos>
                    <ListenTo>
                        <Address>10.10.100.200</Address>
                        <PortRange>33280-65535</PortRange>
                    </ListenTo>
                </ListenTos>
            </Instance>

See DNCA Configuration File dcx-conf.xml.