2024年5月26日

使用 firewall-cmd --list-all 命令查看防火墙策略信息显示不全,缺少protocols选项

摘要: 出现这个问题的原因是我们当前Linux系统的防火墙的版本太低导致的。 需要升级一下防火墙。 对于Red Hat、CentOS或Fedora系统: sudo yum update sudo yum install iptables 或者,如果你想使用firewalld: sudo yum update 阅读全文

posted @ 2024-05-26 17:41 ~码铃薯~ 阅读(229) 评论(0) 推荐(0)

centos安装keepalived报错 已加载插件:fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was

摘要: 解决 https://blog.csdn.net/qq_35361859/article/details/85376722 阅读全文

posted @ 2024-05-26 14:51 ~码铃薯~ 阅读(121) 评论(0) 推荐(0)

导航