Deployment Architecture

IP ranges in server class

morphis72
Path Finder

I have multiple IP ranges that need range specific apps deployed to them but not the others.

here is an example of my IP's

Usable Host IP Range: 172.24.128.1 - 172.24.191.254
Usable Host IP Range: 172.24.192.1 - 172.24.255.254

when I build my server class for these two ranges will I have to use something like

range one: 172.24.128.*, 172.24.129.*, all the way up to>, 172.24,191.*
range two: 172.24.192.*, 172.24.193.*, all the way up to>, 172.24.255.*

or is there a better way to whitelist the ranges?

0 Karma

somesoni2
Revered Legend

Give this a try

#Usable Host IP Range: 172.24.128.1 - 172.24.191.254
whitelist.0 = 172.24.12[89].*                   # will cover range 172.24.128.* to 172.24.129.*
whitelist.1 = 172.24.1[3-8][0-9].*            # will cover range 172.24.130.* to 172.24.189.*
whitelist.2 = 172.24.19[01].*                   # will cover range 172.24.190.* to 172.24.191.*

#Usable Host IP Range: 172.24.192.1 - 172.24.255.254
whitelist.0 = 172.24.19[2-9].*                   # will cover range 172.24.192.* to 172.24.199.*
whitelist.1 = 172.24.2[0-4][0-9].*            # will cover range 172.24.200.* to 172.24.249.*
whitelist.2 = 172.24.25[0-5].*                   # will cover range 172.24.250.* to 172.24.255.*

joesrepsolc
Communicator

Did this work? I too am trying to assign ranges to my server class with /21 etc. Wasn't sure if this was possible of the format that Splunk would expect. Thanks!

 

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...