首页 帮助中心 新加坡云服务器 Linux系统防火墙设置教程
Linux系统防火墙设置教程
时间 : 2022-12-05 11:59:34 编辑 : 华纳云 阅读量 : 142

  为了安全,服务器最好开启防火墙,开启部分端口。下面是Linux系统防火墙设置教程

  1.永久有效

  开启: chkconfig iptables on

  关闭: chkconfig iptables off

  2.即刻生效

  开启: service iptables start

  关闭: service iptables stop

  3.开启部分端口

  vim /etc/sysconfig/iptables

  添加想要开启的相关端口

  -A INPUT -m state --state NEW -m tcp -p tcp --dport 6379 -j ACCEPT

  -A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT

  -A INPUT -m state --state NEW -m tcp -p tcp --dport 8081 -j ACCEPT

  -A INPUT -m state --state NEW -m tcp -p tcp --dport 8082 -j ACCEPT

  -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT

  service iptables restart

华纳云 推荐文章
Windows2008 R2系统IIS7.5网站权限设置教程 Windows2008系统基础安全配置教程 云服务器远程桌面登录蓝屏怎么办? LNMP下FTP服务器的安装与使用教程 香港服务器Nginx设置连接数限制教程 如何通过浏览器查看nginx服务器状态? Windows系统编译PHP和memcache扩展教程 Windows2008系统禁PING教程 Ubuntu系统安装sysv-rc-conf设置开机启动教程 Nginx限制访问频率、下载速率和并发连接数教程
客服咨询
7*24小时技术支持
技术支持
渠道支持