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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

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