1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-28 12:32:15 +08:00

Updated 春松客服上架青云AppCenter (markdown)

Samurais 2018-10-16 12:25:06 +08:00
parent 8166c69990
commit 5355a34493

@ -355,14 +355,14 @@
根据负载均衡器的类型(*公网*或*私有网络*),访问方式有所不同。
### 公网
如果在**创建负载均衡器**时,选择【公网】,那么在该负载均衡器中查看公网IP地址。
如果在**创建负载均衡器**时选择【公网】那么在该负载均衡器中查看IP地址。
<p align="center">
<b>公网IP地址</b><br>
<b>负载均衡器IP</b><br>
<img src="https://user-images.githubusercontent.com/3538629/46991142-3822a080-d137-11e8-97a2-fe21bf84db65.png" width="800">
</p>
使用浏览器打开*http://{{公网IP地址}}*,就可以看到**春松客服工作台**登陆页面。如果该负载均衡器绑定为私有网络,按如下方法访问**春松客服工作台**。
使用浏览器打开*http://139.198.15.225*,就可以看到**春松客服工作台**登陆页面。如果该负载均衡器绑定为私有网络,按如下方法访问**春松客服工作台**。
### 私有网络
* 安装并配置VPN客户端
@ -373,8 +373,48 @@ VPC网络为私有网络借助青云提供的VPN文档用户可以安装VP
* 获得负载均衡器IP地址
在负载均衡器页面查看IP地址然后从浏览器打开*http://{{LB1_IP}}*,就可以访问**春松客服工作台**。
在负载均衡器页面查看IP地址然后从浏览器打开*http://{{IP}}*,就可以访问**春松客服工作台**。
<p align="center">
<b>负载均衡器IP</b><br>
<img src="https://user-images.githubusercontent.com/3538629/46992284-e9c3d080-d13b-11e8-9eb6-1f9b86d95491.png" width="800">
</p>
#### 私有网络映射公网访问地址
当负载均衡器为【私有网络】类型时可以通过将负载均衡器IP映射到VPC网络公网IP上。从左侧导航栏进入【网络与CDN】选择【VPC网络】。查看VPC网络公网IP。
<p align="center">
<b>VPC网络公网IP</b><br>
<img src="https://user-images.githubusercontent.com/3538629/46992373-58089300-d13c-11e8-866f-f515a06aa32d.png" width="800">
</p>
点击进入详情页面,选择【管理配置】。
<p align="center">
<b>管理配置</b><br>
<img src="https://user-images.githubusercontent.com/3538629/46992401-7b334280-d13c-11e8-8e6d-cf4e2b7340a2.png" width="800">
</p>
点击*添加规则*。
<p align="center">
<b>添加端口转发规则</b><br>
<img src="https://user-images.githubusercontent.com/3538629/46992625-9488be80-d13d-11e8-84e9-17e20087b3f6.png" width="800">
</p>
| 项目 | 值 |
| --- | --- |
| 名称 | 自定义,比如*春松客服* |
| 协议 | TCP |
| 源端口 | 自定义,比如 *80* |
| 内网IP | 即负载均衡器IP |
| 内网端口 | 80, 固定值 |
提交后,点击【应用修改】,使变更生效,然后从浏览器打开*http://{{负载均衡器公网IP:源端口}}*,就可以访问**春松客服工作台**。
### 春松客服坐席工作台
<p align="center">
<b>春松客服坐席工作台</b><br>
<img src="https://user-images.githubusercontent.com/3538629/46790478-a222fa80-cd71-11e8-8561-566b68afe4a0.png" width="800">