<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What ports are used as source ports for Splunk Universal forwarder agent? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407208#M72205</link>
    <description>&lt;P&gt;On Universal forwarders ,  TCP source ports are assigned randomly . Nn the receiver(for example Indexer) the port is reserved (like 9997). If you capture a TCP dump between UF and Indexer you can determine that UF communicates with indexer on random ports but indexer acknowledges back only with the reserved port defined.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Aug 2018 07:00:00 GMT</pubDate>
    <dc:creator>mbagali_splunk</dc:creator>
    <dc:date>2018-08-14T07:00:00Z</dc:date>
    <item>
      <title>What ports are used as source ports for Splunk Universal forwarder agent?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407206#M72203</link>
      <description>&lt;P&gt;Let’s say we have Splunk Universal Forwarder agents installed on windows servers.&lt;BR /&gt;
Is it  known  what ports are being used by  windows servers to send data FROM (not sent TO) to splunk deployment server?&lt;/P&gt;

&lt;P&gt;In the following example source port = 61616 is used. Can it be something like 8180?&lt;BR /&gt;
TCP    windows_server_source_ip:61616     splunk_deployment_server:8089       ESTABLISHED     3232&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407206#M72203</guid>
      <dc:creator>mlevsh</dc:creator>
      <dc:date>2020-09-29T20:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: What ports are used as source ports for Splunk Universal forwarder agent?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407207#M72204</link>
      <description>&lt;P&gt;We verified for you in the Slack channel, and longtime heavy hitter Clint Sharp (coccyx) confirmed that, regardless of WIndows or Unix, TCP source ports are ephemeral and assigned randomly, and always above 1024 and generally above 32 k (32768).&lt;/P&gt;

&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Ephemeral_port"&gt;https://en.wikipedia.org/wiki/Ephemeral_port&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you are trying to filter your incoming data by source port, you are probably building an unnecessary and unhelpful technical limitation into your system that will come back to haunt you, and it will come bearing hand grenades. &lt;/P&gt;

&lt;P&gt;If your security area is trying to firewall your data by source port, then they need a refresher course. That won't inconvenience hackers anywhere near as much as it inconveniences your network guys.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 22:23:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407207#M72204</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-08-13T22:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: What ports are used as source ports for Splunk Universal forwarder agent?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407208#M72205</link>
      <description>&lt;P&gt;On Universal forwarders ,  TCP source ports are assigned randomly . Nn the receiver(for example Indexer) the port is reserved (like 9997). If you capture a TCP dump between UF and Indexer you can determine that UF communicates with indexer on random ports but indexer acknowledges back only with the reserved port defined.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 07:00:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407208#M72205</guid>
      <dc:creator>mbagali_splunk</dc:creator>
      <dc:date>2018-08-14T07:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: What ports are used as source ports for Splunk Universal forwarder agent?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407209#M72206</link>
      <description>&lt;P&gt;@mbagali, thank you for your reply!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407209#M72206</guid>
      <dc:creator>mlevsh</dc:creator>
      <dc:date>2018-08-14T16:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: What ports are used as source ports for Splunk Universal forwarder agent?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407210#M72207</link>
      <description>&lt;P&gt;@DalJeanis &amp;amp;  @mbagali . &lt;/P&gt;

&lt;P&gt;Our Application support team is troubleshooting the issue with a specific Application, that runs on the server, where we have Splunk Universal forwarder (SUF)  installed. &lt;BR /&gt;
Let's say that Application is configured to use tcp port 8180.&lt;BR /&gt;&lt;BR /&gt;
If  tcp source ports are assigned randomly, then 8180 could have been randomly assigned as source port for Splunk Universal Forwarder and it  would take down Application production service that was configured to use that port, per Application Support team. &lt;/P&gt;

&lt;P&gt;Do you think it is possible?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:37:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-ports-are-used-as-source-ports-for-Splunk-Universal/m-p/407210#M72207</guid>
      <dc:creator>mlevsh</dc:creator>
      <dc:date>2018-08-14T16:37:24Z</dc:date>
    </item>
  </channel>
</rss>

