<?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: Splunkweb is accessed remotely with Free License configured... Bug? in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57904#M1936</link>
    <description>&lt;P&gt;Free license is installed only on a forwarder.  Indexer is fully licensed&lt;/P&gt;</description>
    <pubDate>Sat, 12 Mar 2011 02:23:31 GMT</pubDate>
    <dc:creator>ageld</dc:creator>
    <dc:date>2011-03-12T02:23:31Z</dc:date>
    <item>
      <title>Splunkweb is accessed remotely with Free License configured... Bug?</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57901#M1933</link>
      <description>&lt;P&gt;I am running Splunk 4.1.7 as forwarder (not as LightForwarder) on Windows 7 laptop.  It sends data to our Splunk indexer and is configured with Free license.  SplunkWeb interface is still accessed remotely despite the statements in server.conf.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# The following 'allowRemoteLogin' setting controls remote management of your splunk instance.
#  - If set to 'always', all remote logins are allowed.
#  - If set to 'never', only local logins to splunkd will be allowed. Note that this will still allow
#    remote management through splunkweb if splunkweb is on the same server.
#  - If set to 'requireSetPassword' (default behavior):
#     1. In the free license, remote login is disabled.
#     2. In the pro license, remote login is only disabled for the admin user that has not changed their default password
allowRemoteLogin=requireSetPassword
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As you can see the config file states that in default configuration  allowRemoteLogin=requireSetPassword "In the free licese, remote login is disabled".&lt;/P&gt;

&lt;P&gt;Setting "allowRemoteLogin=never in server.conf under "local" directory did not fix the issue.&lt;/P&gt;

&lt;P&gt;I also tried to set&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server.socket_host = 127.0.0.1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in web.conf file (local directory) to force Web interface to only listen on localhost (loopback interface).  It did not help also.&lt;/P&gt;

&lt;P&gt;I need to do something to protect Web UI.  I do not want it off completely, since it is convenient to configure Data Input with.  Running local firewall is not an option in my case.&lt;/P&gt;

&lt;P&gt;I wish Splunk developers developed source IP address restrictions when it comes to Web UI.  I am surprised it is not built into the product.  It is very easy to implement.  Disabling logons under Free license and not restricting access to Admin UI makes the whole system vulnerable.  I do not foresee anybody to license each and every forwarder in their environment -- it's just way too expensive.&lt;/P&gt;

&lt;P&gt;If someone figured out how to:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;restrict remote access to Web UI by source IP address without running OS firewall&lt;/LI&gt;
&lt;LI&gt;force SplunkWeb process to only bind to loopback interface&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;please, let me know.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2011 21:22:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57901#M1933</guid>
      <dc:creator>ageld</dc:creator>
      <dc:date>2011-03-11T21:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb is accessed remotely with Free License configured... Bug?</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57902#M1934</link>
      <description>&lt;P&gt;I'm not sure it's possible to restrict the source IP address, but you can bind to the loopback article by following the following instructions:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/134/how-do-i-bind-splunk-to-a-specific-interface" rel="nofollow"&gt;http://answers.splunk.com/questions/134/how-do-i-bind-splunk-to-a-specific-interface&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I've done this on my server and verified that it works.&lt;/P&gt;

&lt;P&gt;I believe the reason why allowRemoteLogin isn't acting how you would like it to is that it is controlling access to the splunkd process. Setting that to never will prevent a splunk instance on another box from logging in. Since it only controls access to splunkd, though, if a local splunkweb instance is running, any logins through that service are considered "local."&lt;/P&gt;

&lt;P&gt;I can't necessarily tell you why server.socket_host doesn't work (as that would logically follow) except to say that I tried a few different methods when I configured it on my box, and this was the first one to work for me. &lt;/P&gt;

&lt;P&gt;Let me know if that doesn't sort everything out for you.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2011 00:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57902#M1934</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2011-03-12T00:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb is accessed remotely with Free License configured... Bug?</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57903#M1935</link>
      <description>&lt;P&gt;I am just wondering if you are using the Free License on the indexer or the forwarders? If you were talking about the forwarders, then do you mean the Free License or the Forwarder License. I am wondering if this might change how configurations are handled.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2011 00:21:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57903#M1935</guid>
      <dc:creator>proctorgeorge</dc:creator>
      <dc:date>2011-03-12T00:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb is accessed remotely with Free License configured... Bug?</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57904#M1936</link>
      <description>&lt;P&gt;Free license is installed only on a forwarder.  Indexer is fully licensed&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2011 02:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57904#M1936</guid>
      <dc:creator>ageld</dc:creator>
      <dc:date>2011-03-12T02:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb is accessed remotely with Free License configured... Bug?</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57905#M1937</link>
      <description>&lt;P&gt;I read the article you suggested... Somewhere I saw that setting SPLUNK_BINDIP=127.0.0.1&lt;/P&gt;

&lt;P&gt;will bind Splunk process to the loopback address not SplunkWeb.  This might lead to break in communication between the forwarder and the indexer.&lt;/P&gt;

&lt;P&gt;I wish Splunk developers would just develop an access list, restricting/permitting certain IPs to connect to SplunkWeb interface... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2011 02:26:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57905#M1937</guid>
      <dc:creator>ageld</dc:creator>
      <dc:date>2011-03-12T02:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb is accessed remotely with Free License configured... Bug?</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57906#M1938</link>
      <description>&lt;P&gt;I just tested it with my LWF. I specified the bindip, verified that it was listening on the internal only interface, and then verified that it was still forwarding logs. I believe the listen IP is a totally different function from the ability to send data out. (This was tested on Windows, though I would expect it to function the same on Linux)&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2011 03:28:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57906#M1938</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2011-03-12T03:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb is accessed remotely with Free License configured... Bug?</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57907#M1939</link>
      <description>&lt;P&gt;David, Thanks a lot!  It worked like a charm!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2011 19:03:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57907#M1939</guid>
      <dc:creator>ageld</dc:creator>
      <dc:date>2011-03-15T19:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb is accessed remotely with Free License configured... Bug?</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57908#M1940</link>
      <description>&lt;P&gt;But if you bind to a 127/8 address, how can you populate your splunk with logs from a universal forwarder on another system?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2011 14:18:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57908#M1940</guid>
      <dc:creator>RobertFidler</dc:creator>
      <dc:date>2011-11-01T14:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkweb is accessed remotely with Free License configured... Bug?</title>
      <link>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57909#M1941</link>
      <description>&lt;P&gt;The free license simply has no authentication at all.  I suspect that those comments in server.conf are wrong, or things got confused at some point.  At any rate on the free license there is no "login" to allow or disallow. &lt;/P&gt;

&lt;P&gt;That said, I don't see why you would want to use the free license on a forwarder.  Use the forwarder license and make sure that your forwarder isn't indexing any significant data. Is there a downside? &lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2011 01:12:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunkweb-is-accessed-remotely-with-Free-License-configured-Bug/m-p/57909#M1941</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-11-02T01:12:53Z</dc:date>
    </item>
  </channel>
</rss>

