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!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...