RAKsmart云服务器安全组设置教程

".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })

安全组是一种虚拟防火墙,它可以对进出云服务器的流量进行数据包过滤,是非常重要的网络安全隔离手段。目前[RAKsmart](/#)美国洛杉矶机房和硅谷机房的云服务器方案已上线,活动优惠力度大,受到不少用户关注。我们购买RAKsmart云服务器后,可在后台管理页面创建并设置安全组,下面一起来看下相关操作步骤介绍。

最新优惠信息:《[RAKsmart金秋9月活动盛典 四大活动重磅来袭](/#)》

1、首先打开RAKsmart官网,点击右上角的“登录”按钮,输入用户名和密码登录到RAKsmart账户,以进入后台管理页面。

![](https://www.idcspy.com/wp-content/uploads/2021/09/11-4.jpg)

点击访问:[RAKsmart官网](https://go.idcspy.com/www.raksmart.com/)

2、在RAKsmart后台管理页面,我们可以在客户中心或产品服务栏查看到所购的RAKsmart服务器方案,也可点击“购买服务”选购合适的服务器(包含香港服务器、[美国服务器](https://www.idcspy.com/)、云服务器、VPS服务器等热门产品)。然后在产品列表页,选中要配置安全组的美国云服务器方案,进入详情页面,如下图所示:

![](https://www.idcspy.com/wp-content/uploads/2021/09/1-79.jpg)

3、切换到安全组选项卡,点击“新建安全组”按钮,在新建安全组页面,填写安全组名称和备注,然后点击“确定”按钮保存。

![](https://www.idcspy.com/wp-content/uploads/2021/09/12-10.jpg)

4、安全组创建成功后,在安全组列表中,可以查询安全组信息,新增策略、删除等操作。这里我们简单看下新增策略操作,根据需求选择规则方向(出/入)、协议,设置放行端口及授权IP等。

![](https://www.idcspy.com/wp-content/uploads/2021/09/13-7.jpg)

![](https://www.idcspy.com/wp-content/uploads/2021/09/14-3.jpg)

安全组新增策略信息设置完毕后,点击“确定”按钮保存,然后我们可在安全组操作栏下点击“查看”,便能看到刚新增的安全组策略。

以上是关于RAKsmart云服务器安全组创建及设置的相关介绍,我们通过配置安全组策略,可以控制安全组内云服务器实例的入流量和出流量,提高安全性。"

松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105149.html

(0)
松果号松果号
上一篇 3小时前
下一篇 2小时前

推荐阅读

发表回复

登录后才能评论