Linode VPS启用或禁用防火墙教程

".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)'); } }) })

美国主机商Linode主要提供优质便宜的[美国服务器](https://www.idcspy.com/)、VPS云服务器等租用业务,凭借高性能产品备受国内外用户喜爱。我们可以利用Linode云防火墙设置保护网络,创建仅允许选定端口和协议上的网络流量防火墙规则,下面就来看下如何在Linode VPS中启用或禁用防火墙。

![](https://www.idcspy.com/wp-content/uploads/2021/05/fire.jpg)

1、首先登录[Linode](/#)云管理器账户,在导航菜单栏中选择“防火墙”选项,进入防火墙列表页面。

2、点击“启用/禁用”按钮,可设置防火墙状态。启用防火墙表示防火墙处于活动状态,如果它被应用到一个链接服务中,将会根据防火墙规则,过滤链接服务所带来的网络流量,保护网站安全。禁用防火墙,则将不能过滤链接服务任何流量。

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

3、之后我们可以在状态栏中,查看当前防火墙状态。

![](https://www.idcspy.com/wp-content/uploads/2021/05/firewall1.jpg)

Linode云防火墙保护有自定义防火墙规则集,可基于可信的IP地址、端口和协议来保护网站免受恶意攻击。所以为了网站安全性考虑,一般建议您开启防火墙设置。

相关阅读:《[Linode VPS:新面板使用教程](/#)》"

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

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

推荐阅读

发表回复

登录后才能评论