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!

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud? Learn how unique features like ...