只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-01-02 16:42 一叶千秋 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 一、检查阿里云安全组规则设置 参考:https://www.cnblogs.com/bymingliang/p/12131625.html 二、检查iptables防火墙设置 参考:https://www.cnblogs.com/bymingliang/p/12131651.html 三、在ipta 阅读全文
posted @ 2020-01-02 10:00 一叶千秋 阅读(2563) 评论(0) 推荐(0) 编辑
摘要: 一、检查是否已安装防火墙 1. whereis iptables 2. apt-get install iptables #如果没有安装,运行此命令 3. 查看防火墙配置信息 iptables -L 二、添加并配置 iptables.rules 1. 添加规则 vi /etc/iptables.ru 阅读全文
posted @ 2020-01-02 09:55 一叶千秋 阅读(13082) 评论(0) 推荐(0) 编辑
摘要: 1. 网络与安全 > 安全组 > 安全组规则 2. 网络与安全 > 安全组 > 安全组内实例列表 2.1可以选择移除实例 2.2 右上角可以添加新的实例 3. 配置完成后重启服务器 详细配置教程: https://help.aliyun.com/document_detail/25475.html? 阅读全文
posted @ 2020-01-02 09:51 一叶千秋 阅读(1327) 评论(0) 推荐(0) 编辑