https://blog.csdn.net/qq_31927797/article/details/81095829

#停止firewall
systemctl stop firewalld.service

#禁止firewall开机启动
systemctl disable firewalld.service

#查看防火墙状态
firewall-cmd --state

#临时关闭selunx
setenforce 0

#关闭selinux
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g';

# 安装iptables
yum install iptables-services

最新文章

  1. SQL Server数据库性能优化技巧
  2. OC整理1
  3. struts2的DevMode模式
  4. js模版引擎handlebars.js实用教程——另一种Helper用法
  5. (原创) cocos2dx使用Curl连接网络(客户端)
  6. puppy-language
  7. Another app is currently holding the yum lock; waiting for it to exit... 怎么解决
  8. vim: 远程登陆服务器时可能出现的: 方向键,回退符不能正常使用
  9. Ubuntu iptables 设置
  10. delphi的TFileStream 内存流
  11. Visual Studio 2017 for Mac 体验之Android.Form
  12. H5取经之路——添加hover实现特定效果
  13. java mysql连接时出现的问题
  14. Docker 三剑客之 Docker Compose
  15. Yahoo Programming Contest 2019 自闭记
  16. Spotlight LGWR1 一直告警
  17. vs 基本验证控件使用
  18. 『PyTorch x TensorFlow』第六弹_从最小二乘法看自动求导
  19. ZooKeeper Installation(Dev)
  20. Xamarin iOS教程之视图显示图像

热门文章

  1. POJ3692【二分匹配】
  2. P5175 数列(矩阵加速)
  3. [Xcode 实际操作]九、实用进阶-(25)使用Storyboard(故事版)的约束功能,使项目快速适配各种分辨率的设备
  4. 16.join 用法(拼接列表时里面必须为str类型)
  5. python异常之EOFError: Ran out of input
  6. django_logging
  7. Tinghua Data Mining 7
  8. 找回phpstorm删除文件/文件夹(phpstorm删除文件/文件夹的恢复)
  9. springMVC-接收数据-参数绑定
  10. python入门之排序,文件操作