重启网络服务,加载网卡配置文件
systemctl restart network

清空防火墙规则
iptables -F

关闭selinux防火墙
vi /etc/selinux/config
修改如下配置
SELINUX=disabled
重启服务器
reboot

相关文章:

  • 2022-01-13
  • 2022-12-23
  • 2021-06-24
  • 2021-12-28
  • 2021-09-19
  • 2021-12-01
  • 2021-12-03
猜你喜欢
  • 2022-12-23
  • 2021-12-27
  • 2021-11-23
  • 2021-05-19
  • 2021-12-08
  • 2022-02-07
  • 2022-01-11
相关资源
相似解决方案