Hello,
My customer is using visitor mode so multiportal is running on the external interface. traffic to https://pu.bl.ic.ip is dropped on multiportal correctly. All good so far. But curling http://pu.bl.ic.ip we receive a redirect to the internal IP address like this:
master@myhost:~# curl -v -k -H "Host:" http://pu.bl.ic.ip
* Trying pu.bl.ic.ip:80...
* Connected to pu.bl.ic.ip (pu.bl.ic.ip) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.88.1
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 301 Moved Permanently
< Location: https://in.ter.nal.ip
<
* Closing connection 0
Traffic is still dropped on multiportal and port 80, all good, but:
Problem is that Nessus is reporting this as a really old IIS related vulnerability (refer to Solved: CVE-2000-0649 Vulnerability - Check Point CheckMates) plus my customer understandably doesn't want his internal IP disclosed externally.
This is on a Spark 1900 appliance, I don't know whether it'S specifically for this appliance or if 'Real' GAiA has the same behaviour.
How can I disable this redirect?
Thanks,
Soenke