<?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: Not able to access Splunk Web after Splunk installation in Security</title>
    <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346623#M8765</link>
    <description>&lt;P&gt;HI&lt;BR /&gt;
1) enable firewall.&lt;BR /&gt;
2) open port splunk ports.&lt;/P&gt;

&lt;P&gt;See this link for list of ports: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/InheritedDeployment/Ports"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.0/InheritedDeployment/Ports&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;3) sudo iptables -I INPUT -p tcp -s 0.0.0.0/0 --dport 8000 -j ACCEPT&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 09:56:19 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2017-11-08T09:56:19Z</dc:date>
    <item>
      <title>Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346612#M8754</link>
      <description>&lt;P&gt;I was trying to install Splunk 6.1.1 in CentOs 6.8.&lt;BR /&gt;
Installation was successful and I was unable to access Splunk web interface.&lt;BR /&gt;
Can anyone suggest me where I went wrong or what I missed out...&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3789i8C75BCBE14990114/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="![alt text][2]"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3790i168839DCBF17A8B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="![alt text][2]" alt="![alt text][2]" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 06:20:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346612#M8754</guid>
      <dc:creator>V4M51</dc:creator>
      <dc:date>2017-11-08T06:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346613#M8755</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
I think it is firewall issue.&lt;/P&gt;

&lt;P&gt;Can you please disable firewall  ( JUST for testing) and check again?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 06:24:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346613#M8755</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-11-08T06:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346614#M8756</link>
      <description>&lt;P&gt;try tinkering the web url - &lt;A href="http://localhost:8001/"&gt;http://localhost:8001/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Is this accessible?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 06:25:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346614#M8756</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2017-11-08T06:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346615#M8757</link>
      <description>&lt;P&gt;I think it should be firewall issue. But in order to determine that Splunkd is currently listening on port 8000. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;netstat -tulnp | grep 8000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you get the output, that means Splunk is running fine and you need to tweak the firewall to allow incoming requests for following ports &lt;BR /&gt;
8000 - Splunk Web&lt;BR /&gt;
8089 - Splunk Management Port&lt;BR /&gt;
8191 - KVStore &lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 07:42:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346615#M8757</guid>
      <dc:creator>hardikJsheth</dc:creator>
      <dc:date>2017-11-08T07:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346616#M8758</link>
      <description>&lt;P&gt;Hi V4M51,&lt;BR /&gt;
did you disabled iptables?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Disable / Turn off Linux Firewall (Red hat/CentOS/Fedora Core)
# /etc/init.d/iptables save
# /etc/init.d/iptables stop

Turn off firewall on boot:
# chkconfig iptables off

Enable / Turn on Linux Firewall (Red hat/CentOS/Fedora Core)
# /etc/init.d/iptables start

Turn on firewall on boot:
# chkconfig iptables on

on Centos 7
Status
systemctl status firewalld
disable
systemctl disable firewalld
stop
systemctl stop firewalld
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 07:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346616#M8758</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-11-08T07:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346617#M8759</link>
      <description>&lt;P&gt;yeah, I tried to enable Splunk on firewall bt did not work.&lt;BR /&gt;
So as you suggested I disabled firewall and it works fine as of now.&lt;/P&gt;

&lt;P&gt;thank you..&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 08:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346617#M8759</guid>
      <dc:creator>V4M51</dc:creator>
      <dc:date>2017-11-08T08:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346618#M8760</link>
      <description>&lt;P&gt;ports are enabled properly&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 08:09:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346618#M8760</guid>
      <dc:creator>V4M51</dc:creator>
      <dc:date>2017-11-08T08:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346619#M8761</link>
      <description>&lt;P&gt;after disabling firewall yes..&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 08:10:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346619#M8761</guid>
      <dc:creator>V4M51</dc:creator>
      <dc:date>2017-11-08T08:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346620#M8762</link>
      <description>&lt;P&gt;Hi Cusello can you help me how to enable Splunk on firewall without disabling firewall/iptabel&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 09:42:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346620#M8762</guid>
      <dc:creator>V4M51</dc:creator>
      <dc:date>2017-11-08T09:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346621#M8763</link>
      <description>&lt;P&gt;Hi kamlesh_vaghela can you help me how to enable Splunk on firewall without disabling firewall/iptabel&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 09:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346621#M8763</guid>
      <dc:creator>V4M51</dc:creator>
      <dc:date>2017-11-08T09:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346622#M8764</link>
      <description>&lt;P&gt;See at &lt;A href="https://stackoverflow.com/questions/7423309/iptables-block-access-to-port-8000-except-from-ip-address"&gt;https://stackoverflow.com/questions/7423309/iptables-block-access-to-port-8000-except-from-ip-address&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;iptables -A INPUT -p tcp --dport 8000 -s 1.2.3.4 -j ACCEPT&lt;BR /&gt;
iptables -A INPUT -p tcp --dport 8000 -j DROP&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 09:48:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346622#M8764</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-11-08T09:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346623#M8765</link>
      <description>&lt;P&gt;HI&lt;BR /&gt;
1) enable firewall.&lt;BR /&gt;
2) open port splunk ports.&lt;/P&gt;

&lt;P&gt;See this link for list of ports: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/InheritedDeployment/Ports"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.0/InheritedDeployment/Ports&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;3) sudo iptables -I INPUT -p tcp -s 0.0.0.0/0 --dport 8000 -j ACCEPT&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 09:56:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346623#M8765</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-11-08T09:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346624#M8766</link>
      <description>&lt;P&gt;Thanks, this worked....&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 04:26:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/346624#M8766</guid>
      <dc:creator>V4M51</dc:creator>
      <dc:date>2017-11-09T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to access Splunk Web after Splunk installation</title>
      <link>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/536955#M12053</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/55663"&gt;@hardikJsheth&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S. Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 17:36:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Not-able-to-access-Splunk-Web-after-Splunk-installation/m-p/536955#M12053</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-01-24T17:36:20Z</dc:date>
    </item>
  </channel>
</rss>

