Problem scenario
Sometimes you have a web service listening on the loop back IP address on a non-standard port.
When you run nmap -Pn localhost, you see a service is listening on a given port (e.g., 9200). When you run nmap -Pn on an internal or external IP address, you do not see a service listening on that given port. You want to direct traffic to this listening service (e.g.,
…
Continue reading “How Do You Make a Web UI Service Accessible to Outside Web Browser Traffic?”