Hi, all, I want to run mesos master/slave/framework in private IP, and exhibit mesos cluster status with a new public IP, this way can enhance safe and privacy protection of enterprise internal datacenter network.
After reading through the code, unfortunately, I didn't find where mesos-master binds listening ip and port to http server(please give me some hints), so I want to know how to implement communicating with slaves and frameworks with private IP and building http server with public IP for serving external http requests? Any suggestions will be appreciated. Best regards!

