In Telecom companies vendors keep their servers in private network and block all the ports that are not needed by their applications. The same scenario applied in my company and only one server in the vendor's private network is reachable by my prometheus server which is located in my company's corporate network.
I have installed node_exporter in all hosts ( RHLE servers belongs to vendor) but prometheus server either can't reach node_exporter endpoint URL or the port.
I have tried with the vendor to allow these hosts IPs on their switches and allow http port 9100 so my prometheus server can reach them and scrape the OS metrices but they refused to expose their servers to outside networks (my company's corporate network)
Is there a solution for this problem? is there a solution to utilize the only vendor's server which is reachable by my prometheus server like using it as forwarding or gate way server to forward node_exporter http endpoint on vendors servers to my prometheus server?