<?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: Is it possible to configure more than one management port on the deployment server? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286381#M10851</link>
    <description>&lt;P&gt;Hi Guiseppe,&lt;/P&gt;

&lt;P&gt;thx for your answer. We're testinig some scenarios here, and I just want to know, if it's possible. In your opinion, it's not, but does that mean, it's impossible or just not recommended, but possible? &lt;/P&gt;

&lt;P&gt;BR,&lt;/P&gt;

&lt;P&gt;Tarek&lt;/P&gt;</description>
    <pubDate>Wed, 21 Dec 2016 13:00:11 GMT</pubDate>
    <dc:creator>Tarek1977</dc:creator>
    <dc:date>2016-12-21T13:00:11Z</dc:date>
    <item>
      <title>Is it possible to configure more than one management port on the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286379#M10849</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;is it possible to configure the deployment server's inputs.conf with more than one management port? &lt;/P&gt;

&lt;P&gt;For example, on indexer side, it's possible configuring SSL connections with multiple ports: &lt;/P&gt;

&lt;P&gt;[splunktcp-ssl:9997]&lt;/P&gt;

&lt;P&gt;....&lt;/P&gt;

&lt;P&gt;[splunktcp-ssl:9998]&lt;/P&gt;

&lt;P&gt;etc. &lt;/P&gt;

&lt;P&gt;Is that also possible on deployment server side configuration for the management port? e.g using port 8089 and 8090 for splunkd communication? &lt;/P&gt;

&lt;P&gt;BR,&lt;/P&gt;

&lt;P&gt;Tarek &lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 09:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286379#M10849</guid>
      <dc:creator>Tarek1977</dc:creator>
      <dc:date>2016-12-21T09:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure more than one management port on the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286380#M10850</link>
      <description>&lt;P&gt;Hi Tarek1977,&lt;BR /&gt;
why you want to use two (or more) management ports?&lt;BR /&gt;
I don't think that is possible and surely not recommended.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 12:44:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286380#M10850</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-12-21T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure more than one management port on the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286381#M10851</link>
      <description>&lt;P&gt;Hi Guiseppe,&lt;/P&gt;

&lt;P&gt;thx for your answer. We're testinig some scenarios here, and I just want to know, if it's possible. In your opinion, it's not, but does that mean, it's impossible or just not recommended, but possible? &lt;/P&gt;

&lt;P&gt;BR,&lt;/P&gt;

&lt;P&gt;Tarek&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 13:00:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286381#M10851</guid>
      <dc:creator>Tarek1977</dc:creator>
      <dc:date>2016-12-21T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure more than one management port on the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286382#M10852</link>
      <description>&lt;P&gt;Hi Tarek1977,&lt;BR /&gt;
I don't think that is possible and surely not recommended.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 13:05:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286382#M10852</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-12-21T13:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure more than one management port on the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286383#M10853</link>
      <description>&lt;P&gt;I don't think splunk can do this, but in Linux you can use iptables to redirect 1 port to another. I use this all the time because I run Splunk as non-root, but like to keep 80 working.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#!/bin/sh

# get the main interface
int=$(netstat -nr | egrep -i "^0.0.0.0|^default" | awk '{print $8}')

# run iptables rule for port 80 -&amp;gt; 8000 (WEB GUI)
iptables -A PREROUTING -t nat -i $int -p tcp --dport 80 -j REDIRECT --to-port 8000

# and for port 443 -&amp;gt; 8089 (API)
iptables -A PREROUTING -t nat -i $int -p tcp --dport 443 -j REDIRECT --to-port 8089
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Dec 2016 14:58:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286383#M10853</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2016-12-21T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure more than one management port on the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286384#M10854</link>
      <description>&lt;P&gt;A Splunk instance can have only one management port and one splunk web port. The example that you gave of Indexers, is the receiver port which can be multiple to receive data from forwardres/third-party systems. The management port and web port are used for internal use.&lt;/P&gt;

&lt;P&gt;What are the scenarios that you're testing on which might require two management port on deployment server? If you want to different deployment clients to connect on different port, may be setup two Splunk instance on that box, with two instance running on different web/management port and using same deployment-apps repository.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 15:05:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286384#M10854</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-12-21T15:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to configure more than one management port on the deployment server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286385#M10855</link>
      <description>&lt;P&gt;I never used this attribute. &lt;BR /&gt;
But, I've heard a couple of users reported this worked to have two splunkd management ports.&lt;BR /&gt;
- server.conf.spec&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[httpServerListener:&amp;lt;ip:&amp;gt;&amp;lt;port&amp;gt;]
* Enable the splunkd REST HTTP server to listen on an additional port number
  specified by &amp;lt;port&amp;gt;.  If a non-empty &amp;lt;ip&amp;gt; is included (for example:
  "[httpServerListener:127.0.0.1:8090]") the listening port will be
  bound only to a specific interface.
* Multiple "httpServerListener" stanzas can be specified to listen on
  more ports.
* Normally, splunkd listens only on the single REST port specified in
  web.conf's "mgmtHostPort" setting, and none of these stanzas need to
  be present.  Add these stanzas only if you want the REST HTTP server
  to listen to more than one port.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Dec 2016 20:41:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-it-possible-to-configure-more-than-one-management-port-on-the/m-p/286385#M10855</guid>
      <dc:creator>Masa</dc:creator>
      <dc:date>2016-12-30T20:41:16Z</dc:date>
    </item>
  </channel>
</rss>

