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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...