Security

how to preroute all the traffice from 443 to 8443

vin02
Path Finder

Splunk is running as non root user in our environment. we want to preroute all the traffic from port 443 to port 8443.

How to proceed with iptables and what are the policy needs to add in iptable?

0 Karma

FritzWittwer_ol
Contributor

For Redhat the following commands are doing it:

/sbin/iptables -t nat -I PREROUTING -p tcp --destination-port 443 -j REDIRECT --to-ports 8443
/etc/init.d/iptables save 
0 Karma

vin02
Path Finder

Its not working, I am not able to login through web url.

0 Karma

FritzWittwer_ol
Contributor
  • did yo check the ip tables with iptables -vL
  • what is the error you get
  • can you connect to port 8443
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...