Getting Data In

SYN_RECV network message in intermediate forwarder

wvalente
Explorer

Hi,

I'v configured a intermediate forwarder and enable the 9997 port to listen the other assets.

Testing the connection with netstat command, I receive the following message with SYN_RECV:

tcp 0 0 0.0.0.0:9997 0.0.0.0:* LISTEN
tcp 0 0 XX.XX.XX.40:9997 XX.XX.XX.105:32824 SYN_RECV
tcp 0 0 XX.XX.XX.40:9997 XX.XX.XX.105:32818 SYN_RECV
tcp 0 0 XX.XX.XX.40:9997 XX.XX.XX.105:32820 SYN_RECV
tcp 0 0 XX.XX.XX.40:9997 XX.XX.XX.105:32822 SYN_RECV
tcp 0 0 XX.XX.XX.40:52898 XXX.XXX.X.70:9997 TIME_WAIT
tcp 0 0 XX.XX.XX.40:44170 XXX.XXX.X.70:9997 ESTABLISHED
tcp 0 0 XX.XX.XX.40:52894 XXX.XXX.X.70:9997 TIME_WAIT

The connection is not established.

Any tip that I could do?

Tks

Tags (1)
0 Karma

woodcock
Esteemed Legend

You are doing it wrong; use syslog-ng on a UF (not HF), write to disk and use monitor:

http://www.georgestarcher.com/splunk-success-with-syslog/

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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...