Security

firewall ports

joydeep741
Path Finder

how to check on FORWARDERS if firewall is opened for the DEPLOYMENT server ? Any command ?

Operating system is linux.

Tags (3)
0 Karma

tricianieva
Engager

Open a terminal:

sudo cat /proc/sys/net/ipv4/ip_forward

  • 0 means disabled
  • 1 means enabled
  • cat means view content of the file
0 Karma

koshyk
Super Champion

The forwarders (client) initiates the connection to deployment-server. This normally uses management-port (default is 8089) of dep-server. Using the same connection, deployment-server will push the apps/packages to the client.

For linux systems,
From forwarders use:

ssh -v -p 8089 <deployment-server>

Also if the connection is established, you can see the connection info in

index=_internal sourcetype=splunkd source="/opt/splunk/var/log/splunk/splunkd.log" ip=<ip_of_forwarder>
0 Karma

mirkoneverstops
Path Finder

I'd suggest a simple:

telnet depl_srv_fqdn port

Standard port is 8089.

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...