标签:name distrib ali 组件 ups 部署 问题 通过 tab
Protocol | Server name | Port | Used By |
---|---|---|---|
TCP | Jumpserver | 80, 8080 | Nginx, Coco, Guacamole |
TCP | Coco | 2222, 5000 | Nginx |
TCP | Guacamole | 8081 | Nginx |
TCP | Db | 3306 | Jumpserver |
TCP | Redis | 6379 | Jumpserver |
TCP | Nginx | 80, 2222 | All |
Nginx 多组件注意 upstream 的负载模式, 需要解决 session 问题
ssh、telnet协议 资产的防火墙设置允许 coco 与 jumpserver 访问
rdp协议 资产的防火墙设置允许 guacamole 与jumpserver 访问
最终用户都是通过 Nginx 反向代理访问。 如需要做 HA 或 负载, 按照如上方式部署多个应用, 数据库做主从, 然后在 nginx 代理服务器用负载即可(四层)。 注意:录像需要自己手动同步或者存放在公共目录。
标签:name distrib ali 组件 ups 部署 问题 通过 tab
原文地址:https://www.cnblogs.com/yangzp/p/10906035.html