Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

How do I configure a security zone to enable an IP range.

Avatar

Level 2

How do I configure a security zone to enable an IP range.  What is the syntax?  Or do I have to assign a security zone to every individual IP address in the range?  I cannot find examples anywhere for setting up a range of IPs in one security zone configuration.    We have a range of IPs for access to our SAP system and they will be accessing via API.    This is the range I've been given:   158.52.0.0/16 - 159.41.0.0/16

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

from the server config files:

serverConf.xml or config-<instance>.xml file just add the CIDR

<subNetwork id="SAP1" mask="158.52.0.0/16 " name="SAP1"/> <!--SAP CIDR-->

<subNetwork id="SAP2" mask="159.41.0.0/16 " name="SAP2"/> <!--SAP CIDR-->

Some details about these ranges.

CIDR Range158.52.0.0/16
Netmask255.255.0.0
Wildcard Bits0.0.255.255
First IP158.52.0.0
Last IP158.52.255.255
Total Host65536

CIDR Range159.41.0.0/16
Netmask255.255.0.0
Wildcard Bits0.0.255.255
First IP159.41.0.0
Last IP159.41.255.255
Total Host65536

View solution in original post

3 Replies

Avatar

Level 2

I'm on Adobe campaign classic.    The guys from sap gave me that "range" of two CIDRs and I am not sure there is an actual range of CIDRs.  I have set up CIDRs as individual security zones before.  I haven't been given a range of CIDRs formatted like that before.  I am going to clarify with the sap team.

Avatar

Correct answer by
Employee Advisor

from the server config files:

serverConf.xml or config-<instance>.xml file just add the CIDR

<subNetwork id="SAP1" mask="158.52.0.0/16 " name="SAP1"/> <!--SAP CIDR-->

<subNetwork id="SAP2" mask="159.41.0.0/16 " name="SAP2"/> <!--SAP CIDR-->

Some details about these ranges.

CIDR Range158.52.0.0/16
Netmask255.255.0.0
Wildcard Bits0.0.255.255
First IP158.52.0.0
Last IP158.52.255.255
Total Host65536

CIDR Range159.41.0.0/16
Netmask255.255.0.0
Wildcard Bits0.0.255.255
First IP159.41.0.0
Last IP159.41.255.255
Total Host65536

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now