For the Bluemix Secure Gateway service, how does the data center's network need to be configured?

安稳与你 提交于 2020-01-07 06:49:10

问题


I am going to use Secure Gateway service in Bluemix and I have some questions about how I should make it work.

  1. Systems in my data center's intranet access the Internet through a proxy (with no authentication). Can Secure Gateway connect to Bluemix via a proxy?
  2. Does it connect to Bluemix via HTTPS protocol?
  3. The network admins asked me: What are the IPs (or the IP range) of Bluemix, any idea?

Thank you very much.


回答1:


A Secure Gateway instance runs in two parts, as shown in "Reaching enterprise backend with Bluemix Secure Gateway via console": the gateway and the gateway client. The gateway runs in Bluemix, the gateway client runs in the data center containing one or more systems of record to connect to. The gateway client needs network access to the Bluemix data center (typically via the Internet) and to the systems of record (via the data center's internal network). The gateway client initiates the connection, so it needs to know Bluemix's address, but Bluemix doesn't need to know the gateway client's address.

To answer your questions specifically:

  1. A proxy isn't supported. The gateway and its client need direct access to each other.
  2. The connection uses HTTPS for SSL encryption. The transport level security (TLS) options can be used to add authentication.
  3. Bluemix's IP addresses aren't published.



回答2:


For point 3:

The client connects outbound to the cloud services. Once the SecGW is connected, all additional Destination connects flow through that connection, no additional firewall or iptables rules are needed. If they have a rule in-place so that the on-premises machine where the SecureGateway client is installed can use the outbound port 443 (HTTPS) to make connections, that is all they need.



来源:https://stackoverflow.com/questions/30126987/for-the-bluemix-secure-gateway-service-how-does-the-data-centers-network-need

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!