Expand my Community achievements bar.

SOLVED

How do I set an IP range in Processing Rules?

Avatar

Level 1

I'm trying to seperate traffic by setting a value to "External" and "Internal" based on a specific IP range in Processing Rules. Has anyone done this before? I'm not sure "starts with" and "ends with" will be accurate enough. 

All ideas are welcome!

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

The 'starts with' and 'ends with' are literal strings, not numeric values. This means that you could get away with having a single 'starts with' and include the first 3 parts to represent a range.

For example, 'IP Address' starts with '66.6.147' would include all ranges from 66.6.47.0 to 66.6.47.255. You could get more granular by including another digit in subsequent lines if you'd like.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

The 'starts with' and 'ends with' are literal strings, not numeric values. This means that you could get away with having a single 'starts with' and include the first 3 parts to represent a range.

For example, 'IP Address' starts with '66.6.147' would include all ranges from 66.6.47.0 to 66.6.47.255. You could get more granular by including another digit in subsequent lines if you'd like.